Skip to content

Commit

Permalink
build: Use static version for alembic
Browse files Browse the repository at this point in the history
The alembic update contained breaking changes.
We should manually update the library in the future.
sqlalchemy/alembic#1243
  • Loading branch information
MoritzWeber0 committed May 24, 2023
1 parent 8fd857a commit b67173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"PyYAML",
"alembic",
"alembic==1.10.4",
"appdirs",
"cachetools",
"fastapi>=0.89.1",
Expand Down

0 comments on commit b67173c

Please sign in to comment.