bw-essentials-core 0.1.4__py3-none-any.whl → 0.1.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.
- bw_essentials/services/api_client.py +1 -1
- {bw_essentials_core-0.1.4.dist-info → bw_essentials_core-0.1.5.dist-info}/METADATA +1 -1
- {bw_essentials_core-0.1.4.dist-info → bw_essentials_core-0.1.5.dist-info}/RECORD +5 -5
- {bw_essentials_core-0.1.4.dist-info → bw_essentials_core-0.1.5.dist-info}/WHEEL +0 -0
- {bw_essentials_core-0.1.4.dist-info → bw_essentials_core-0.1.5.dist-info}/top_level.txt +0 -0
|
@@ -88,7 +88,7 @@ class ApiClient:
|
|
|
88
88
|
tenant_id (str): The tenant identifier to include in the headers.
|
|
89
89
|
"""
|
|
90
90
|
logger.info(f"Setting tenant ID: {tenant_id}")
|
|
91
|
-
self._update_headers({"
|
|
91
|
+
self._update_headers({"X-Tenant-ID": tenant_id})
|
|
92
92
|
logger.info(f"Updated headers: {self.headers}")
|
|
93
93
|
|
|
94
94
|
def set_headers(self, headers: dict) -> None:
|
|
@@ -11,7 +11,7 @@ bw_essentials/notifications/teams_notifications.py,sha256=1tkS3tTJQZ5ByMwK2WXpFg
|
|
|
11
11
|
bw_essentials/s3_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
bw_essentials/s3_utils/s3_utils.py,sha256=wzjVrTX22_8PMX86svKFYGMZwgjBHbOaeEsxO-lR7BY,12922
|
|
13
13
|
bw_essentials/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
bw_essentials/services/api_client.py,sha256=
|
|
14
|
+
bw_essentials/services/api_client.py,sha256=U_4CybxBH-A3lh_oLZhVXMosB3a7AHkUazXq_Vg2-Zw,7795
|
|
15
15
|
bw_essentials/services/broker.py,sha256=As-VT1MxkCD9p-13dQJDwf0_aEJVA6H0wNqL-EYHO4g,8718
|
|
16
16
|
bw_essentials/services/market_pricer.py,sha256=Qc9lxzAjhefAvjyEKsBPDu60bF6_61cnSpZNfjGMyDg,11755
|
|
17
17
|
bw_essentials/services/master_data.py,sha256=2o_r2gdhIKBeTFgn5IIY-becgCEpYBymO4BKmixdV1g,11987
|
|
@@ -23,7 +23,7 @@ bw_essentials/services/trade_placement.py,sha256=PrzeU2XXC9HF1IQ1dMDM_ZHxmC491sO
|
|
|
23
23
|
bw_essentials/services/user_app.py,sha256=_Y2NgDq6kEoco7ZRJ3-MMYJ-K2HGStJoFoeGOH_HotQ,11107
|
|
24
24
|
bw_essentials/services/user_portfolio.py,sha256=_5M6yPfQt4MXedINBawEoPkb_o7IGzxPeHkvZkoQm8k,16191
|
|
25
25
|
bw_essentials/services/user_portfolio_reporting.py,sha256=QaZzcw912Uos5ZafEaxLXDmCyetTFiVX3at3cTAv6MA,6003
|
|
26
|
-
bw_essentials_core-0.1.
|
|
27
|
-
bw_essentials_core-0.1.
|
|
28
|
-
bw_essentials_core-0.1.
|
|
29
|
-
bw_essentials_core-0.1.
|
|
26
|
+
bw_essentials_core-0.1.5.dist-info/METADATA,sha256=O4CWWEYI-OtPf6TaJdXXZXCU3suvgqBA0jjKLbLcNBI,7501
|
|
27
|
+
bw_essentials_core-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
28
|
+
bw_essentials_core-0.1.5.dist-info/top_level.txt,sha256=gDc5T_y5snwKGXDQUusEus-FEt0RFwG644Yn_58wQOQ,14
|
|
29
|
+
bw_essentials_core-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|