aas-http-client 0.4.4__py3-none-any.whl → 0.4.5__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.
Potentially problematic release.
This version of aas-http-client might be problematic. Click here for more details.
- aas_http_client/client.py +1 -1
- {aas_http_client-0.4.4.dist-info → aas_http_client-0.4.5.dist-info}/METADATA +1 -1
- {aas_http_client-0.4.4.dist-info → aas_http_client-0.4.5.dist-info}/RECORD +6 -6
- {aas_http_client-0.4.4.dist-info → aas_http_client-0.4.5.dist-info}/WHEEL +0 -0
- {aas_http_client-0.4.4.dist-info → aas_http_client-0.4.5.dist-info}/licenses/LICENSE +0 -0
- {aas_http_client-0.4.4.dist-info → aas_http_client-0.4.5.dist-info}/top_level.txt +0 -0
aas_http_client/client.py
CHANGED
|
@@ -159,7 +159,7 @@ class AasHttpClient(BaseModel):
|
|
|
159
159
|
)
|
|
160
160
|
|
|
161
161
|
if token:
|
|
162
|
-
self._session.headers.update({self.service_provider_auth.
|
|
162
|
+
self._session.headers.update({self.service_provider_auth.header_name: f"Bearer {token}"})
|
|
163
163
|
|
|
164
164
|
# region shells
|
|
165
165
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aas-http-client
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
4
|
Summary: Generic python HTTP client for communication with various types of AAS servers
|
|
5
5
|
Author-email: Daniel Klein <daniel.klein@em.ag>
|
|
6
6
|
License: # :em engineering methods AG Software License
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
aas_http_client/__init__.py,sha256=bBfrdXUHvukisXIj0CcnNUHUw8_7nrdnfQRve8nM_3U,982
|
|
2
|
-
aas_http_client/client.py,sha256=
|
|
2
|
+
aas_http_client/client.py,sha256=nanCcuT3dKYN-mH8QFlu0Huz_YxPTz6lnRUYvhGHCvw,35453
|
|
3
3
|
aas_http_client/classes/auth_classes.py,sha256=us1oDlBpI7R3xp2pcr9ZJ_AAaM65J-g8neq-d1M2FHw,619
|
|
4
4
|
aas_http_client/core/encoder.py,sha256=FS7P0FPakzFsGz70eRFDHQZFA_2nlKLlWIxavtnFrPg,660
|
|
5
5
|
aas_http_client/core/version_check.py,sha256=9dR0Q6jCFygH_ctj4vyrjerpHvolT87ayengZFlBWCw,708
|
|
@@ -9,8 +9,8 @@ aas_http_client/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
9
9
|
aas_http_client/utilities/model_builder.py,sha256=SxAv8DJkKksykw_2gtTV2jHu-MRzevOVzspn807_7VA,4680
|
|
10
10
|
aas_http_client/utilities/sdk_tools.py,sha256=CDD0mus8jOi-irgPO6dQHulmEyu8BSG_05Mol_nirK0,2008
|
|
11
11
|
aas_http_client/wrapper/sdk_wrapper.py,sha256=OneN_9rtFSYUjnQWFcQneg8cih5YhkyLER4NZTAgUR0,16443
|
|
12
|
-
aas_http_client-0.4.
|
|
13
|
-
aas_http_client-0.4.
|
|
14
|
-
aas_http_client-0.4.
|
|
15
|
-
aas_http_client-0.4.
|
|
16
|
-
aas_http_client-0.4.
|
|
12
|
+
aas_http_client-0.4.5.dist-info/licenses/LICENSE,sha256=ayt4HY-Tjoe1Uvj47j6UdNq8mEufKcKFangurChIHxQ,5990
|
|
13
|
+
aas_http_client-0.4.5.dist-info/METADATA,sha256=oqndOuniDMjxkEvJgBpmyvgyCmbFtJxvACEzqFV3msQ,10467
|
|
14
|
+
aas_http_client-0.4.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
aas_http_client-0.4.5.dist-info/top_level.txt,sha256=vzvoz2vjeTLwpuz-Y-eEfoQ7T3byoaKshVlFMFH5NaM,16
|
|
16
|
+
aas_http_client-0.4.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|