Skip to content

Commit 71a0f85

Browse files
authored
Refactoring/309 relax version constraints for bucketfs python (#310)
* Relax exasol-bucketfs version constraints * Prepare release 3.4.1
1 parent b05591a commit 71a0f85

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_3.4.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 3.4.1 - 2025-07-18
2+
3+
## Refactoring
4+
5+
- #309: Relaxed exasol-bucketfs from "^2.0.0" to ">=1,<3"

exasol/slc/version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-script-languages-container-tool"
3-
version = "3.4.0"
3+
version = "3.4.1"
44
requires-python = ">=3.10,<4"
55
description = "Script Languages Container Tool"
66
keywords = ['exasol', 'udf', 'script-languages']
@@ -39,7 +39,7 @@ importlib_metadata = ">=4.6.0"
3939
importlib-resources = ">=6.4.0"
4040
networkx = "^3.3.0"
4141
exasol-integration-test-docker-environment = "^4.1.0"
42-
exasol-bucketfs="^2.0.0"
42+
exasol-bucketfs=">=1,<3"
4343
pydantic="^2.10.2"
4444
jsonschema="^4.23.0"
4545

0 commit comments

Comments
 (0)