Skip to content

Commit 16bda9c

Browse files
Update sqlalchemy[asyncio] requirement
Updates the requirements on [sqlalchemy[asyncio]](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[asyncio] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1711200 commit 16bda9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiosqlite >= 0.17.0
22
fastapi-users >= 9.1.0
33
git+https://github.com/andrewbolster/sqlmodel.git@patch-1
4-
sqlalchemy[asyncio] >=1.4,<1.4.36
4+
sqlalchemy[asyncio] >=1.4,<2.0.3

0 commit comments

Comments
 (0)