pyegeria 1.5.1.0.14__py3-none-any.whl → 1.5.1.0.15__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.
- pyegeria/_client.py +2 -2
- {pyegeria-1.5.1.0.14.dist-info → pyegeria-1.5.1.0.15.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.0.14.dist-info → pyegeria-1.5.1.0.15.dist-info}/RECORD +6 -6
- {pyegeria-1.5.1.0.14.dist-info → pyegeria-1.5.1.0.15.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.0.14.dist-info → pyegeria-1.5.1.0.15.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.0.14.dist-info → pyegeria-1.5.1.0.15.dist-info}/entry_points.txt +0 -0
pyegeria/_client.py
CHANGED
@@ -301,8 +301,8 @@ class Client:
|
|
301
301
|
The principle specified by the user_id does not have authorization for the requested action
|
302
302
|
"""
|
303
303
|
loop = asyncio.get_event_loop()
|
304
|
-
loop.run_until_complete(self._async_refresh_egeria_bearer_token())
|
305
|
-
return
|
304
|
+
token = loop.run_until_complete(self._async_refresh_egeria_bearer_token())
|
305
|
+
return token
|
306
306
|
|
307
307
|
def set_bearer_token(self, token: str) -> None:
|
308
308
|
"""Retrieve and set a Bearer Token
|
@@ -72,7 +72,7 @@ commands/tech/list_valid_metadata_values.py,sha256=N3D0_BmREPszgde3uvvYdfzq7DJ46
|
|
72
72
|
commands/tech/x_list_related_elements.py,sha256=qBsf1619cecaMCTzG0MG22fAT32WNH2Z3CXrjo9z-5Y,5853
|
73
73
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
74
74
|
pyegeria/__init__.py,sha256=mZOa16y_LUUZevlHVQY-X_q0ZE2mEcgAE-eoe16DLls,21893
|
75
|
-
pyegeria/_client.py,sha256=
|
75
|
+
pyegeria/_client.py,sha256=hwmsTTzaRttb-oML351vdDpcpnlEBPudGnqp72VpRYs,26025
|
76
76
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
77
77
|
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
78
78
|
pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
@@ -102,8 +102,8 @@ pyegeria/server_operations.py,sha256=ciH890hYT85YQ6OpByn4w7s3a7TtvWZpIG5rkRqbcI0
|
|
102
102
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
103
103
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
104
104
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
105
|
-
pyegeria-1.5.1.0.
|
106
|
-
pyegeria-1.5.1.0.
|
107
|
-
pyegeria-1.5.1.0.
|
108
|
-
pyegeria-1.5.1.0.
|
109
|
-
pyegeria-1.5.1.0.
|
105
|
+
pyegeria-1.5.1.0.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
106
|
+
pyegeria-1.5.1.0.15.dist-info/METADATA,sha256=B2_Qq9iWLBTnta9kjXOAdI5jCQNF-MPcilEbkRPoyOM,2998
|
107
|
+
pyegeria-1.5.1.0.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
108
|
+
pyegeria-1.5.1.0.15.dist-info/entry_points.txt,sha256=Pc5kHnxv-vbRpwVMxSSWl66vmf7EZjgzf7nZzz1ow3M,4002
|
109
|
+
pyegeria-1.5.1.0.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|