Skip to content

Commit aa4c829

Browse files
Bump sqlalchemy from 2.0.35 to 2.0.36
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cafe91f commit aa4c829

File tree

2 files changed

+65
-57
lines changed

2 files changed

+65
-57
lines changed

poetry.lock

+64-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cryptography = ">=42.0.5,<44.0.0"
8080
pytz = "2024.1"
8181
orjson = "^3.10.7"
8282
serpyco-rs = "^1.10.2"
83-
sqlalchemy = {version = "^2.0,!=2.0.36", optional = true }
83+
sqlalchemy = {version = ">=2,<3", optional = true }
8484
xmltodict = "^0.13.0"
8585

8686
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)