-
Notifications
You must be signed in to change notification settings - Fork 0
Updated dependencies #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated dependencies #160
Conversation
pyproject.toml
Outdated
| exasol-script-languages-container-tool = ">=0.19.0" | ||
| requests = ">=2.31.0,<2.32.0" | ||
| exasol-integration-test-docker-environment = ">=3.2.0" | ||
| exasol-script-languages-container-tool = ">=1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure this version matches the version used for releasing the SLCR referenced in file slct_manager.py, currently SLC_RELEASE_TAG = "8.2.0", which uses SLCT 0.19.0.
See SLCR versions: https://github.com/exasol/script-languages-release/releases
See also instructions in ticket #25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG
| PipPackageDefinition = namedtuple('PipPackageDefinition', ['pkg', 'version']) | ||
|
|
||
| SLC_RELEASE_TAG = "8.2.0" | ||
| # Using the SLC_RELEASE 9.1.0 because we are limited to slc-tool 1.*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes #153
Fixes #101
Fixes #159