usso 0.24.10__py3-none-any.whl → 0.24.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: usso
3
- Version: 0.24.10
3
+ Version: 0.24.11
4
4
  Summary: A plug-and-play client for integrating universal single sign-on (SSO) with Python frameworks, enabling secure and seamless authentication across microservices.
5
5
  Author-email: Mahdi Kiani <mahdikiany@gmail.com>
6
6
  Maintainer-email: Mahdi Kiani <mahdikiany@gmail.com>
@@ -43,7 +43,7 @@ Requires-Python: >=3.9
43
43
  Description-Content-Type: text/markdown
44
44
  License-File: LICENSE.txt
45
45
  Requires-Dist: peppercorn
46
- Requires-Dist: pydantic >=1.8.2
46
+ Requires-Dist: pydantic >=2
47
47
  Requires-Dist: requests >=2.26.0
48
48
  Requires-Dist: pyjwt[crypto]
49
49
  Requires-Dist: singleton-package
@@ -54,6 +54,7 @@ Requires-Dist: Django >=3.2 ; extra == 'django'
54
54
  Provides-Extra: fastapi
55
55
  Requires-Dist: fastapi >=0.65.0 ; extra == 'fastapi'
56
56
  Requires-Dist: uvicorn[standard] >=0.13.0 ; extra == 'fastapi'
57
+ Requires-Dist: cachetools ; extra == 'fastapi'
57
58
  Provides-Extra: test
58
59
  Requires-Dist: coverage ; extra == 'test'
59
60
 
@@ -12,9 +12,9 @@ usso/django/middleware.py,sha256=EEEpHvMQ6QiWw2HY8zQ2Aec0RCATcLWsCKeyiPWJKio,324
12
12
  usso/fastapi/__init__.py,sha256=0EcdOzb4f3yu9nILIdGWnlyUz-0VaVX2az1e3f2BusI,201
13
13
  usso/fastapi/auth_middleware.py,sha256=5JnDHvBM_xfasSHpBIFlrxFsZTLS2AhMuvyzr0tyI8k,6323
14
14
  usso/fastapi/integration.py,sha256=VAUWaa7ChQ1jTtn8A136VgyG6t2kDo5pGK-3RgmNDVs,1669
15
- usso-0.24.10.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
16
- usso-0.24.10.dist-info/METADATA,sha256=11Of45nfG3Y5of89Q3WY8ITH3FEJBgBLCZhyLlWmEfw,4232
17
- usso-0.24.10.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
18
- usso-0.24.10.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
19
- usso-0.24.10.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
20
- usso-0.24.10.dist-info/RECORD,,
15
+ usso-0.24.11.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
16
+ usso-0.24.11.dist-info/METADATA,sha256=q-FE19C5UYkURUE1vqgifDzb52Dxf1irEWjyhwiijYg,4275
17
+ usso-0.24.11.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
18
+ usso-0.24.11.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
19
+ usso-0.24.11.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
20
+ usso-0.24.11.dist-info/RECORD,,
File without changes