Skip to content

Commit 9f17ea0

Browse files
authored
Upgrade sagemaker-extension version (#190)
* Upgrade version * Add extra check for container_name which is needed to be provided * Silence mypy errors, will create a ticket to fix properly * Add whole module to extensions * Ready to release
1 parent 87650a9 commit 9f17ea0

File tree

5 files changed

+26
-19
lines changed

5 files changed

+26
-19
lines changed

doc/changes/changelog.md

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

doc/changes/changes_0.5.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 0.5.1 - 2025-05-27
2+
3+
## Minor fixes
4+
5+
* #189: Upgrade sagemaker-extension to fix deployment
6+
7+
## Security Issues
8+
9+
* #183: Updated h11 to 0.16.0, updated transformers to 4.50.0
10+
11+
## Refactoring
12+
13+
* #183: Updated to exasol-toolbox 1.1.0 and poetry 2.1.2

doc/changes/unreleased.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
# Unreleased
2-
3-
## Security Issues
4-
5-
* #183: Updated h11 to 0.16.0, updated transformers to 4.50.0
6-
7-
## Refactoring
8-
9-
* #183: Updated to exasol-toolbox 1.1.0 and poetry 2.1.2

poetry.lock

Lines changed: 10 additions & 10 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pyexasol = ">=0.26.0, < 1"
4141
exasol-bucketfs = "^1.0.0"
4242
exasol-transformers-extension = "^2.2.1"
4343
transformers = {extras = ["torch"], version = "^4.50.0"}
44-
exasol-sagemaker-extension = ">=0.11.3"
44+
exasol-sagemaker-extension = ">=0.11.5"
4545

4646
exasol-integration-test-docker-environment = "^3.2.0"
4747
# The version of SLCT is dictated by its usage in the python-extension-common,
@@ -108,6 +108,7 @@ ignore_missing_imports = true
108108
module = [
109109
"exasol.toolbox.nox.tasks",
110110
"exasol/nb_connector/connections",
111+
"exasol/nb_connector/extension_wrapper_common",
111112
"test.conftest.*",
112113
"test.*",
113114
]

0 commit comments

Comments
 (0)