Skip to content

Commit f4beec6

Browse files
committed
Remove SQLAlchemy dependency lock
1 parent 1711200 commit f4beec6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ requires-python = ">=3.7"
2424
requires = [
2525
"fastapi-users >= 10.0.2",
2626
"sqlmodel",
27-
"sqlalchemy[asyncio] >=1.4,<1.4.36", # Pin SQLAlchemy to prevent bug https://github.com/tiangolo/sqlmodel/issues/315
2827
]
2928

3029
[tool.flit.metadata.urls]

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiosqlite >= 0.17.0
2-
fastapi-users >= 9.1.0
3-
git+https://github.com/andrewbolster/sqlmodel.git@patch-1
4-
sqlalchemy[asyncio] >=1.4,<1.4.36
1+
aiosqlite >= 0.19.0
2+
fastapi-users >= 10
3+
sqlmodel
4+
greenlet

0 commit comments

Comments
 (0)