usso 0.27.19__py3-none-any.whl → 0.27.20__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.
usso/session/session.py CHANGED
@@ -22,9 +22,9 @@ class UssoSession(httpx.Client, BaseUssoSession):
22
22
  **kwargs,
23
23
  ):
24
24
 
25
- httpx_kwargs = _filter_kwargs(kwargs, httpx.Client.__init__)
25
+ # httpx_kwargs = _filter_kwargs(kwargs, httpx.Client.__init__)
26
26
 
27
- httpx.Client.__init__(self, **httpx_kwargs)
27
+ httpx.Client.__init__(self) #, **httpx_kwargs)
28
28
 
29
29
  BaseUssoSession.__init__(
30
30
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: usso
3
- Version: 0.27.19
3
+ Version: 0.27.20
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>
@@ -13,10 +13,10 @@ usso/fastapi/integration.py,sha256=IonxxNj_B9sG2j672rIzE047qo972vk7ch4-eGENp3Q,2
13
13
  usso/session/__init__.py,sha256=tE4qWUdSI7iN_pywm47Mg8NKOTBa2nCNwCy3wCZWRmU,124
14
14
  usso/session/async_session.py,sha256=CLtgIXcLF0if_VX1x0IJK_RpVEu1waUw69x4YVj4xxU,3517
15
15
  usso/session/base_session.py,sha256=wZ96VPf0zz8zDRtjJrOmZ2S4XvEBLLZAc74A4iDy7G4,3369
16
- usso/session/session.py,sha256=aQ5EJ0o0unPz_JxFZWaF4ABwdu-Um9YZGnzCBTBG-bc,2540
17
- usso-0.27.19.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
18
- usso-0.27.19.dist-info/METADATA,sha256=wrS64OzjjPXQVqW90LsVLdUCCZaDIc0vAuElYPn_grs,4580
19
- usso-0.27.19.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
- usso-0.27.19.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
21
- usso-0.27.19.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
22
- usso-0.27.19.dist-info/RECORD,,
16
+ usso/session/session.py,sha256=bjG0-WJIzNPTW1dKG1kKcwiXDNtRq-fZ__G2wNME-Lw,2545
17
+ usso-0.27.20.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
18
+ usso-0.27.20.dist-info/METADATA,sha256=IHOr6tLj0dSr4TRTKNcxYIfhxVhI9B1b5ob6u4eL-7s,4580
19
+ usso-0.27.20.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
+ usso-0.27.20.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
21
+ usso-0.27.20.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
22
+ usso-0.27.20.dist-info/RECORD,,
File without changes