wcp-library 1.0.2__py3-none-any.whl → 1.0.3__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.
- wcp_library/async_credentials/oracle.py +1 -1
- wcp_library/async_credentials/postgres.py +1 -1
- {wcp_library-1.0.2.dist-info → wcp_library-1.0.3.dist-info}/METADATA +1 -1
- {wcp_library-1.0.2.dist-info → wcp_library-1.0.3.dist-info}/RECORD +5 -5
- {wcp_library-1.0.2.dist-info → wcp_library-1.0.3.dist-info}/WHEEL +0 -0
@@ -122,7 +122,7 @@ class AsyncOracleCredentialManager:
|
|
122
122
|
}
|
123
123
|
|
124
124
|
async with aiohttp.ClientSession() as session:
|
125
|
-
async with session.
|
125
|
+
async with session.post(str(self.password_url), json=data, headers=self.headers) as response:
|
126
126
|
if response.status == 201:
|
127
127
|
logger.debug(f"New credentials for {credentials_dict['UserName']} created")
|
128
128
|
return True
|
@@ -121,7 +121,7 @@ class AsyncPostgresCredentialManager:
|
|
121
121
|
}
|
122
122
|
|
123
123
|
async with aiohttp.ClientSession() as session:
|
124
|
-
async with session.
|
124
|
+
async with session.post(str(self.password_url), json=data, headers=self.headers) as response:
|
125
125
|
if response.status == 201:
|
126
126
|
logger.debug(f"New credentials for {credentials_dict['UserName']} created")
|
127
127
|
return True
|
@@ -1,8 +1,8 @@
|
|
1
1
|
wcp_library/__init__.py,sha256=6K37HAqbOuim9T1s-C5GlYW9sQ2AuDKh5z_TlvHvy0U,337
|
2
2
|
wcp_library/async_credentials/__init__.py,sha256=ny6UitVV_xIecVzaWuHrJO9LpywBPke6u4C0F2wiM7o,1881
|
3
3
|
wcp_library/async_credentials/api.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
wcp_library/async_credentials/oracle.py,sha256=
|
5
|
-
wcp_library/async_credentials/postgres.py,sha256=
|
4
|
+
wcp_library/async_credentials/oracle.py,sha256=MvC7wsHnSyAyPGnRVlH0dvvW2xk5ap_IAByoHX4rUWY,5436
|
5
|
+
wcp_library/async_credentials/postgres.py,sha256=3wjqtLH0Nc-U80iscYnz5DV-9M2X4IjPW51C5MI2_tI,5297
|
6
6
|
wcp_library/async_sql/__init__.py,sha256=m4eWmUGYUEDomhhOp1ScB2uSIXFsNUNO589o5RwWdyM,1035
|
7
7
|
wcp_library/async_sql/oracle.py,sha256=OdbYa4BhXKC39dGu21NmYKy_ofBgFAXC3NcGftNcJ9M,7076
|
8
8
|
wcp_library/async_sql/postgres.py,sha256=UQ5qLVV7__7qaft0237gq3E-sBupCf4zhU-cGX5Gln4,6193
|
@@ -16,6 +16,6 @@ wcp_library/logging.py,sha256=h8p_Ezo_QPSIKrPxzIlNVXddU4IXHyp1_2NqVDirfuk,1958
|
|
16
16
|
wcp_library/sql/__init__.py,sha256=CLlBEBrWVAwE79bUxuQiwikSrYH8m9QRYSJ2l0-ofsY,1003
|
17
17
|
wcp_library/sql/oracle.py,sha256=9EDH6EYq_ph46l7Ug72vy6jUAOit4aAJcExQqbIuusk,6892
|
18
18
|
wcp_library/sql/postgres.py,sha256=rhRmxAwQI6LAu6Pk2Q3IGezo4BB1Ela7fvVfF1vRefc,6098
|
19
|
-
wcp_library-1.0.
|
20
|
-
wcp_library-1.0.
|
21
|
-
wcp_library-1.0.
|
19
|
+
wcp_library-1.0.3.dist-info/METADATA,sha256=ukCWK3X6pKl-WdossVqfv9maDNHnEIdBYPCE5B2wDWU,1338
|
20
|
+
wcp_library-1.0.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
21
|
+
wcp_library-1.0.3.dist-info/RECORD,,
|
File without changes
|