Skip to content

Commit 4b8b272

Browse files
Update sqlalchemy[mypy] requirement from <2,>=1.4 to >=2.0.49,<3
Updates the requirements on [sqlalchemy[mypy]](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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[mypy] dependency-version: 2.0.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b11aa7 commit 4b8b272

2 files changed

Lines changed: 40 additions & 23 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies = [
9494
"redmail>=0.6.0,<0.7",
9595
"requests>=2.29,<3",
9696
"simpleeval>=1.0.3,<2",
97-
"sqlalchemy[mypy]>=1.4,<2",
97+
"sqlalchemy[mypy]>=2.0.49,<3",
9898
"tenacity>=9.0.0,<10",
9999
"textblob==0.20.0",
100100
"types-pyopenssl>=24.0.0.20240130,<25",

uv.lock

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

0 commit comments

Comments
 (0)