bw-essentials-core 0.1.12__py3-none-any.whl → 0.1.13__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 bw-essentials-core might be problematic. Click here for more details.

@@ -440,7 +440,7 @@ class UserPortfolio(ApiClient):
440
440
  logger.info(f"In create_user_portfolio_threshold {payload =}")
441
441
  data = self._post(url=self.base_url,
442
442
  endpoint=self.urls.get("user_portfolio_thresholds"),
443
- data=payload)
443
+ json=payload)
444
444
  logger.info(f"{data =}")
445
445
  return data.get("data")
446
446
 
@@ -522,7 +522,7 @@ class UserPortfolio(ApiClient):
522
522
  logger.info(f"In create_holding_threshold {payload =}")
523
523
  data = self._post(url=self.base_url,
524
524
  endpoint=self.urls.get("holding_thresholds"),
525
- data=payload)
525
+ json=payload)
526
526
  logger.info(f"{data =}")
527
527
  return data.get("data")
528
528
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bw-essentials-core
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Reusable utilities for S3, email, Data Loch, Microsoft Teams Notifications and more.
5
5
  Author: InvestorAI
6
6
  Author-email: support+tech@investorai.in
@@ -23,9 +23,9 @@ bw_essentials/services/portfolio_catalogue.py,sha256=F4ne1eF6Koj0CCV1j07ebIgIlRC
23
23
  bw_essentials/services/portfolio_content.py,sha256=rdFTTsUUIt-AgFfA1SAItqg2njakVOm4dUKU0FHZQ2E,2148
24
24
  bw_essentials/services/trade_placement.py,sha256=PrzeU2XXC9HF1IQ1dMDM_ZHxmC491sOl-JbA6GWPwII,20772
25
25
  bw_essentials/services/user_app.py,sha256=jEpdT2W0Bj65xwQG2X1wnsQQEvjMHMbtjuvuYlzhJ6Q,11773
26
- bw_essentials/services/user_portfolio.py,sha256=G3PrMOryqEXSERodP4hwbrxV2JHiXUVwxdFri_E1v3k,22179
26
+ bw_essentials/services/user_portfolio.py,sha256=uUQUCG8Av8eKBIw-TlNtOPpQluO9HjAkxMzzO5jfzbo,22179
27
27
  bw_essentials/services/user_portfolio_reporting.py,sha256=pwqfW95LTiGOGufcTphljFxPlOd-G4Q263UtoQURPxM,6772
28
- bw_essentials_core-0.1.12.dist-info/METADATA,sha256=zhRpYnIMNGxmU4egniYRl2MngKnoCn7b-X92bYcU1bs,7502
29
- bw_essentials_core-0.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
- bw_essentials_core-0.1.12.dist-info/top_level.txt,sha256=gDc5T_y5snwKGXDQUusEus-FEt0RFwG644Yn_58wQOQ,14
31
- bw_essentials_core-0.1.12.dist-info/RECORD,,
28
+ bw_essentials_core-0.1.13.dist-info/METADATA,sha256=DTCc-XwQdanVEFfUW9HP4I30NGEEaFvlifdkmDudjDg,7502
29
+ bw_essentials_core-0.1.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
+ bw_essentials_core-0.1.13.dist-info/top_level.txt,sha256=gDc5T_y5snwKGXDQUusEus-FEt0RFwG644Yn_58wQOQ,14
31
+ bw_essentials_core-0.1.13.dist-info/RECORD,,