Skip to content

Commit

Permalink
Updated exasol-bucketfs dependency, removed typeguard [CodeBuild] (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb authored Feb 19, 2024
1 parent 3a2e64d commit 1fdc673
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 19 deletions.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* [0.9.2](changes_0.9.2.md)
* [0.9.1](changes_0.9.1.md)
* [0.9.0](changes_0.9.0.md)
* [0.8.0](changes_0.8.0.md)
Expand Down
20 changes: 20 additions & 0 deletions doc/changes/changes_0.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Transformers Extension 0.9.2, 2024-02-19

Code name: Updated and Fixed Dependencies III


## Summary

Changed the dependency on exasol-bucketfs and typeguard.

### Features

N/A

### Refactorings

- #192 (revisited): Changed the dependency on exasol-bucketfs

### Security

N/A
33 changes: 18 additions & 15 deletions poetry.lock

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

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-transformers-extension"
version = "0.9.1"
version = "0.9.2"
description = "An Exasol extension to use state-of-the-art pretrained machine learning models via the transformers api."

authors = [
Expand All @@ -24,16 +24,15 @@ Jinja2 = "^3.0.3"
importlib-resources = "^5.4.0"
click = "^8.0.4"
pyexasol = "^0.25.0"
exasol-bucketfs = ">=0.6.0,<1.0.0"
typeguard = "^2.11.1"
exasol-bucketfs = ">=0.9.0,<1.0.0"
tenacity = "^8.2.2"
sacremoses = ">=0.0.53"


[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
exasol-udf-mock-python = "^0.1.0"
exasol-script-languages-container-tool = "^0.18.1"
exasol-script-languages-container-tool = "^0.18.2"
toml = "^0.10.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 1fdc673

Please sign in to comment.