File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 strategy :
2828 fail-fast : false
2929 matrix :
30- python-version : [ "3.9" ]
31- fastapi-version : [ "0.68.0" ]
30+ python-version : [ "3.9", "3.10" ]
31+ fastapi-version : [ "0.68.0", "0.70.0" ]
3232 steps :
3333 - name : Check out repository
3434 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 33 SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer ,
44)
55
6- __version__ = '3.0.1 '
6+ __version__ = '3.0.2 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fastapi-azure-auth"
3- version = " 3.0.1 " # Remember to change in __init__.py as well
3+ version = " 3.0.2 " # Remember to change in __init__.py as well
44description = " Easy and secure implementation of Azure AD for your FastAPI APIs"
55authors = [
" Jonas Krüger Svensson <[email protected] >" ]
66readme = " README.md"
@@ -26,7 +26,7 @@ classifiers = [
2626
2727[tool .poetry .dependencies ]
2828python = " ^3.9"
29- fastapi = " ^0.68.0"
29+ fastapi = " ^0.68.0,<1.0.0 "
3030aiohttp = " ^3"
3131cryptography = " ^35.0.0"
3232python-jose = {extras = [" cryptography" ], version = " ^3.3.0" }
You can’t perform that action at this time.
0 commit comments