Skip to content

Commit

Permalink
extend cryptography range
Browse files Browse the repository at this point in the history
bump sqlalchemy range
  • Loading branch information
reuvenstr committed Nov 26, 2024
1 parent b2b4dcc commit a59debe
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 37 deletions.
65 changes: 30 additions & 35 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ exclude = ["jwthenticator/tests"]

[tool.poetry.dependencies]
python = "^3.9"
sqlalchemy = ">=1.3.24, < 2.1.0"
sqlalchemy = ">=2.0,<2.1.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.9.5"
pyjwt = ">= 1.7, < 3.0.0"
cryptography = ">=41.0.3, <= 42.0.8" # Required for pyjwt
cryptography = ">=41.0.3, <= 43.0.4" # Required for pyjwt
marshmallow = "^3.9"
marshmallow-dataclass = "^8.3"
pycryptodomex = "^3.9"
Expand Down

0 comments on commit a59debe

Please sign in to comment.