We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83724bf commit 9cace4eCopy full SHA for 9cace4e
pyproject.toml
@@ -13,9 +13,9 @@ readme = "README.md"
13
requires-python = ">=3.8"
14
dependencies = [
15
"redis>=5.3.0",
16
- "PyJWT~=2.9.0",
17
- "msal~=1.31.0",
18
- "azure-identity~=1.20.0"
+ "PyJWT~=2.10.0",
+ "msal~=1.33.0",
+ "azure-identity~=1.24.0"
19
]
20
21
[tool.setuptools.packages.find]
requirements.txt
@@ -1,5 +1,5 @@
1
-PyJWT~=2.9.0
2
-msal~=1.31.0
3
-azure-identity~=1.20.0
+PyJWT~=2.10.0
+msal~=1.33.0
+azure-identity~=1.24.0
4
redis>=5.3.0
5
-requests~=2.32.3
+requests~=2.32.3
0 commit comments