pyEscoAPI 0.0.16__tar.gz → 0.0.17__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyEscoAPI
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Python client for Esco API (Esco bolsa)
5
5
  Author-email: Codetria <hola@codetria.com>
6
6
  License: MIT License
@@ -85,7 +85,7 @@ class EscoAPI:
85
85
  logger.error("EscoAPI: Failed response", extra={
86
86
  "request_body": request_body,
87
87
  "url": f"{self.base_url}{request_endpoint}",
88
- "response_body": result.json(),
88
+ "response_body": str(result),
89
89
  "status_code": result.status_code
90
90
  })
91
91
  raise PyEscoAPIError(endpoint=request_endpoint, status_code=result.status_code, error_message=error_message)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyEscoAPI
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Python client for Esco API (Esco bolsa)
5
5
  Author-email: Codetria <hola@codetria.com>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = 'pyEscoAPI'
7
- version = "0.0.16"
7
+ version = "0.0.17"
8
8
  license = {text = "MIT License"}
9
9
  authors = [
10
10
  { name="Codetria", email="hola@codetria.com" },
File without changes
File without changes