python-amazon-sp-api 2.1.12__py3-none-any.whl → 2.1.14__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.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-amazon-sp-api
3
- Version: 2.1.12
3
+ Version: 2.1.14
4
4
  Summary: Python wrapper for the Amazon Selling-Partner API
5
5
  Home-page: https://github.com/saleweaver/python-amazon-sp-api
6
6
  Author: Michael Primke
7
7
  Author-email: primke.michael@gmail.com
8
8
  License: MIT
9
+ Requires-Python: >=3.10
9
10
  Description-Content-Type: text/markdown
10
11
  License-File: LICENSE
11
12
  Requires-Dist: httpx>=0.27.0
@@ -24,6 +25,7 @@ Dynamic: license
24
25
  Dynamic: license-file
25
26
  Dynamic: provides-extra
26
27
  Dynamic: requires-dist
28
+ Dynamic: requires-python
27
29
  Dynamic: summary
28
30
 
29
31
  [![CodeFactor](https://www.codefactor.io/repository/github/saleweaver/python-amazon-sp-api/badge)](https://www.codefactor.io/repository/github/saleweaver/python-amazon-sp-api)
@@ -1,7 +1,7 @@
1
- python_amazon_sp_api-2.1.12.data/scripts/make_endpoint,sha256=QWcwG6z4RWFJlzj4-xyHJymjObyKtwkvWFRq8T18iG0,8568
2
- python_amazon_sp_api-2.1.12.dist-info/licenses/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
1
+ python_amazon_sp_api-2.1.14.data/scripts/make_endpoint,sha256=QWcwG6z4RWFJlzj4-xyHJymjObyKtwkvWFRq8T18iG0,8568
2
+ python_amazon_sp_api-2.1.14.dist-info/licenses/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
3
3
  sp_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- sp_api/__version__.py,sha256=dZ2OzFBeMnY3XOdONRal48byuhoePZutLmw_6zmDhQk,23
4
+ sp_api/__version__.py,sha256=H8rS-sgYmyNXBI8bCYqIR3toYw0ypyuLQZOKdlq3UDU,23
5
5
  sp_api/api/__init__.py,sha256=wOLql_DCj6aHkYX0b7_tI3mDlk92eh0opyKeFO97cfs,11002
6
6
  sp_api/api/amazon_warehousing_and_distribu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py,sha256=VVk1WDc8xk1KNSk0xY4bUUNpReT0mYeEzUwyKwu9zW0,2765
@@ -344,7 +344,7 @@ sp_api/util/products_definitions.py,sha256=TVO1L-vjyzSmL54Xfa0m3K6rVUFaTNsYBjeGn
344
344
  sp_api/util/report_document.py,sha256=oJ_xI0T595bKx1NxhIxLqNsiOLc9HCyZjlNJYXxnk6U,5264
345
345
  sp_api/util/retry.py,sha256=V8SeSeX3Brdou138hNA5HeQkKlHppZcqbZobIDjmBYw,2407
346
346
  sp_api/util/versioned_client.py,sha256=RWmRQvLPw-gfI18Or5hR0LNdAj_vRcUVbf3mDm0EE70,1795
347
- python_amazon_sp_api-2.1.12.dist-info/METADATA,sha256=YhOyf_Ov68WZn-2sP1oJc6a9_CP6rcRjIsPpBmoB9sU,6929
348
- python_amazon_sp_api-2.1.12.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
349
- python_amazon_sp_api-2.1.12.dist-info/top_level.txt,sha256=mEzPMFyyy0LmJGY4KFXfh5usUka4eeouIr7-2IAzoE0,7
350
- python_amazon_sp_api-2.1.12.dist-info/RECORD,,
347
+ python_amazon_sp_api-2.1.14.dist-info/METADATA,sha256=axo-y5HBTEqiiVlrV-YhlOVnd_JNvlJFzZKjsnDdzp0,6978
348
+ python_amazon_sp_api-2.1.14.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
349
+ python_amazon_sp_api-2.1.14.dist-info/top_level.txt,sha256=mEzPMFyyy0LmJGY4KFXfh5usUka4eeouIr7-2IAzoE0,7
350
+ python_amazon_sp_api-2.1.14.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (82.0.1)
2
+ Generator: setuptools (83.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
sp_api/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '2.1.12'
1
+ __version__ = '2.1.14'