Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions doc/changes/changes_9.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ t.b.d.

## Script-Language-Container-Tool (Exaslct)

This release uses version 2.0.0 of the container tool.
This release uses version 3.0.0 of the container tool.

## Features

Expand All @@ -22,13 +22,14 @@ n/a

## Refactorings

n/a
- #943: Use env variable for ssl dependencies
- #1043: Created a nox session for running OFT
- Updated poetry dependencies

## Bugs

- #1088: Clear bazel cache in build_run step


## Doc

- #1079: Updated user guide
n/a
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ ENV PROTOBUF_LIBRARY_PREFIX=/usr/lib/
ENV PROTOBUF_INCLUDE_PREFIX=/usr/include/
ENV ZMQ_LIBRARY_PREFIX=/usr/lib
ENV ZMQ_INCLUDE_PREFIX=/usr/include
ENV OPENSSL_LIBRARY_PREFIX=/usr/lib/x86_64-linux-gnu
ENV OPENSSL_INCLUDE_PREFIX=/usr/include/openssl
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ ENV PROTOBUF_LIBRARY_PREFIX=/usr/lib/
ENV PROTOBUF_INCLUDE_PREFIX=/usr/include/
ENV ZMQ_LIBRARY_PREFIX=/usr/lib
ENV ZMQ_INCLUDE_PREFIX=/usr/include
ENV OPENSSL_LIBRARY_PREFIX=/usr/lib/x86_64-linux-gnu
ENV OPENSSL_INCLUDE_PREFIX=/usr/include/openssl
78 changes: 39 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ keywords = ['exasol', 'udf', 'script-languages']

[tool.poetry.dependencies]
python = ">=3.10,<4"
exasol-script-languages-container-tool = "^2.0.0"
exasol-script-languages-container-ci = "^1.7.0"
exasol-script-languages-container-ci-setup = "^1.7.0"
exasol-script-languages-container-tool = "^3.0.0"
exasol-script-languages-container-ci = "^1.8.0"
exasol-script-languages-container-ci-setup = "^1.8.0"
pandas = "^2.2.2"
tabulate = "^0.9.0"
click = "^8.1.7"
Expand Down
Loading