Skip to content

Commit

Permalink
Allow cryptography>35.0.0, adding support for cryptography 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Mar 7, 2022
1 parent 1996569 commit 6386890
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion fastapi_azure_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
)

__version__ = '3.2.1'
__version__ = '3.2.2'
52 changes: 26 additions & 26 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-azure-auth"
version = "3.2.1" # Remember to change in __init__.py as well
version = "3.2.2" # Remember to change in __init__.py as well
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
authors = ["Jonas Krüger Svensson <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -42,7 +42,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">0.68.0"
cryptography = "^35.0.0"
cryptography = ">35.0.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = ">0.18.2"

Expand Down

0 comments on commit 6386890

Please sign in to comment.