Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit cf042cf

Browse files
Bump sqlalchemy from 1.4.54 to 2.0.36
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.54 to 2.0.36. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5b7ca9 commit cf042cf

File tree

2 files changed

+81
-63
lines changed

2 files changed

+81
-63
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ redis = { version = ">=2.10.0,<4.0.0", optional = true }
3636
redis-py-cluster = { version = ">=2.1.2,<3.0.0", optional = true }
3737
requests = ">=2.21.0,<3.0"
3838
sentry-sdk = { version = ">=1.35.0,<2.0", optional = true }
39-
sqlalchemy = { version = ">=1.4.49,<2", optional = true }
39+
sqlalchemy = { version = ">=1.4.49,<3", optional = true }
4040
thrift-unofficial = ">=0.19.0,<1.0"
4141
typing-extensions = "^4.11.0"
4242
opentelemetry-sdk = "^1.26.0"

0 commit comments

Comments
 (0)