Skip to content

Commit

Permalink
Remove SQLAlchemy dependency lock
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed May 3, 2023
1 parent 1711200 commit f4beec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ requires-python = ">=3.7"
requires = [
"fastapi-users >= 10.0.2",
"sqlmodel",
"sqlalchemy[asyncio] >=1.4,<1.4.36", # Pin SQLAlchemy to prevent bug https://github.com/tiangolo/sqlmodel/issues/315
]

[tool.flit.metadata.urls]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiosqlite >= 0.17.0
fastapi-users >= 9.1.0
git+https://github.com/andrewbolster/sqlmodel.git@patch-1
sqlalchemy[asyncio] >=1.4,<1.4.36
aiosqlite >= 0.19.0
fastapi-users >= 10
sqlmodel
greenlet

0 comments on commit f4beec6

Please sign in to comment.