vtexpy 0.0.0b40__py3-none-any.whl → 0.0.0b42__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 vtexpy might be problematic. Click here for more details.

@@ -24,7 +24,7 @@ class LicenseManagerAPI(BaseAPI):
24
24
  ENVIRONMENT = "vtexcommercestable"
25
25
 
26
26
  @cached(TTLCache(maxsize=1024, ttl=HOUR))
27
- def get_account(self, **kwargs: Any) -> VTEXDataResponse[GetAccountData]:
27
+ def get_account(self, **kwargs: Any) -> VTEXDataResponse[Any]:
28
28
  return self._request(
29
29
  method="GET",
30
30
  endpoint="/api/vlm/account",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vtexpy
3
- Version: 0.0.0b40
3
+ Version: 0.0.0b42
4
4
  Summary: Unofficial VTEX API's Python SDK
5
5
  Project-URL: homepage, https://github.com/lvieirajr/vtex-python
6
6
  Project-URL: repository, https://github.com/lvieirajr/vtex-python
@@ -24,7 +24,7 @@ Classifier: Topic :: Software Development :: Libraries
24
24
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
25
  Classifier: Typing :: Typed
26
26
  Requires-Python: <3.14,>=3.10
27
- Requires-Dist: cachetools<6.0,>=5.0
27
+ Requires-Dist: cachetools<7.0,>=5.0
28
28
  Requires-Dist: httpx<1.0,>=0.17
29
29
  Requires-Dist: pydantic<3.0,>=2.0
30
30
  Requires-Dist: python-dateutil<3.0,>=2.9
@@ -14,7 +14,7 @@ vtex/_api/base.py,sha256=Pjww58gnM31C7Oo0AC_TNOcqLM8mSmfk2kQfnVyaQnQ,7079
14
14
  vtex/_api/catalog.py,sha256=vfUHWd6lbRyivszzgIIexJB-bt2mpBLZLfQZAJAcngg,4667
15
15
  vtex/_api/checkout.py,sha256=ViFJq2GZRAA6yyjaFC3rz0oMYKxzBIsi8tzGKCWRxQ0,1693
16
16
  vtex/_api/custom.py,sha256=3yIwTj1Ikf30oq0GzdNz0P9APYxjBeoRvdlbh0rT9gs,2930
17
- vtex/_api/license_manager.py,sha256=GAdRpizeGUFem-up-SYNzehs5uBY0elTElJ9bEQUlFo,2805
17
+ vtex/_api/license_manager.py,sha256=zlUyHg2YgznCn5JyxMWl848SsRrbBEtoAMXjyjGXvWA,2794
18
18
  vtex/_api/logistics.py,sha256=bd55wipbnql3OFnDCBsjP0-jp7OY6FP10Yz5acOsG2o,5052
19
19
  vtex/_api/master_data.py,sha256=HGoWr908iQYb0kzq_KNvKyWKtaNQ9vTv7CXxvKey0AM,2046
20
20
  vtex/_api/orders.py,sha256=XvT40L9_MDzzxGS45TOuqGLjk7HiPhUIp7aSs30GPmI,5161
@@ -26,7 +26,7 @@ vtex/_api/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  vtex/_api/types/catalog.py,sha256=O_qLoiGMyBxRdmxPclbbPobUxJSzViqzHiKf8tgfm_I,394
27
27
  vtex/_api/types/generic.py,sha256=m1lFTPeyBNi-K0shvK4uxE5SUyvhTTX_5Ls2VockkdI,344
28
28
  vtex/_api/types/license_manager.py,sha256=KYISnKdQ548g6x5cNieoaN6gh9C1LQVFv4sH-II1maI,1015
29
- vtexpy-0.0.0b40.dist-info/METADATA,sha256=5-zfDw5rmSpxX58rzKO_MDlazaaJQEkdPmM8U4cErOY,3408
30
- vtexpy-0.0.0b40.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
- vtexpy-0.0.0b40.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
32
- vtexpy-0.0.0b40.dist-info/RECORD,,
29
+ vtexpy-0.0.0b42.dist-info/METADATA,sha256=F2z_uPeKTJL_XT0LCw-FYP06s7cX3nhf-0jqyK7iYow,3408
30
+ vtexpy-0.0.0b42.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
31
+ vtexpy-0.0.0b42.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
32
+ vtexpy-0.0.0b42.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any