Skip to content

Commit

Permalink
Merge pull request #37 from claroty/bugfix/abuddi/change-poetry-sqlal…
Browse files Browse the repository at this point in the history
…chemy-to-1.4.0-only

Change sqlalchemy version to ^1.4.0
  • Loading branch information
omerabuddi authored Oct 3, 2023
2 parents 5994778 + e905f81 commit 3182f6b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 42 deletions.
89 changes: 48 additions & 41 deletions 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 @@ -12,7 +12,7 @@ exclude = ["jwthenticator/tests"]

[tool.poetry.dependencies]
python = "^3.9"
sqlalchemy = "1.4.0"
sqlalchemy = "^1.4.0"
sqlalchemy-utils = ">=0.33.0, < 1.0.0"
pg8000 = "1.16.6" # Constant due to - https://github.com/tlocke/pg8000/issues/53
aiohttp = "^3.6.0"
Expand Down

0 comments on commit 3182f6b

Please sign in to comment.