File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.0.5
2+
3+ Quickfix: fix circular import in ` base_request.py ` introduced in v0.0.4.
4+
15## 0.0.4
26
37This release contains a single, but critical bug fix to base request's body to json conversion for ObjectJSON instances.
Original file line number Diff line number Diff line change 55from future .utils import raise_with_traceback
66from requests import Request , Session
77
8- from braspag_sdk import ObjectJSON
8+ from braspag_sdk . utils . object_json import ObjectJSON
99from braspag_sdk .apps .payments .data import MerchantCredentials
1010
1111
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " braspag-sdk"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44description = " An unofficial Python SDK for Braspag"
55authors = [
66 " Roman Sirokov <sirokov@dizconto.com>" ,
You can’t perform that action at this time.
0 commit comments