Skip to content

Commit

Permalink
pin sqlalchemy to lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLukowski committed May 14, 2024
1 parent 7b72164 commit 2e128e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cdislogging = "^1.0.0"
cryptography = ">=42.0.0"
Flask = {version = "^2.2.5", extras = ["async"]}
Flask-SQLAlchemy = "^2.3.0"
sqlalchemy = "<2.0.0"
sqlalchemy = "^1.4"
httpx = "^0.23.0"
kubernetes = "^11.0.0"
psycopg2 = "^2.7.0"
Expand Down

0 comments on commit 2e128e6

Please sign in to comment.