dimo-python-sdk 1.3.1__tar.gz → 1.3.2__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.
Files changed (28) hide show
  1. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/PKG-INFO +2 -2
  2. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo_python_sdk.egg-info/PKG-INFO +2 -2
  3. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo_python_sdk.egg-info/requires.txt +1 -1
  4. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/pyproject.toml +2 -2
  5. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/LICENSE +0 -0
  6. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/README.md +0 -0
  7. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/__init__.py +0 -0
  8. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/__init__.py +0 -0
  9. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/attestation.py +0 -0
  10. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/auth.py +0 -0
  11. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/device_definitions.py +0 -0
  12. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/token_exchange.py +0 -0
  13. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/trips.py +0 -0
  14. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/api/valuations.py +0 -0
  15. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/constants.py +0 -0
  16. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/dimo.py +0 -0
  17. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/environments.py +0 -0
  18. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/errors.py +0 -0
  19. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/eth_signer.py +0 -0
  20. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/graphql/__init__.py +0 -0
  21. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/graphql/identity.py +0 -0
  22. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/graphql/telemetry.py +0 -0
  23. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/permission_decoder.py +0 -0
  24. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo/request.py +0 -0
  25. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo_python_sdk.egg-info/SOURCES.txt +0 -0
  26. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo_python_sdk.egg-info/dependency_links.txt +0 -0
  27. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/dimo_python_sdk.egg-info/top_level.txt +0 -0
  28. {dimo_python_sdk-1.3.1 → dimo_python_sdk-1.3.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dimo-python-sdk
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: DIMO SDK in Python
5
5
  Author-email: Barrett Kowalsky <barrettkowalsky@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/DIMO-Network/dimo-python-sdk
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests>=2.30.0
16
16
  Requires-Dist: eth-account==0.13.4
17
- Requires-Dist: eth-utils==4.1.1
17
+ Requires-Dist: eth-utils>=5.0.0
18
18
 
19
19
  # DIMO Python Developer SDK
20
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dimo-python-sdk
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: DIMO SDK in Python
5
5
  Author-email: Barrett Kowalsky <barrettkowalsky@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/DIMO-Network/dimo-python-sdk
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests>=2.30.0
16
16
  Requires-Dist: eth-account==0.13.4
17
- Requires-Dist: eth-utils==4.1.1
17
+ Requires-Dist: eth-utils>=5.0.0
18
18
 
19
19
  # DIMO Python Developer SDK
20
20
 
@@ -1,3 +1,3 @@
1
1
  requests>=2.30.0
2
2
  eth-account==0.13.4
3
- eth-utils==4.1.1
3
+ eth-utils>=5.0.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dimo-python-sdk"
7
- version = "1.3.1"
7
+ version = "1.3.2"
8
8
  authors = [
9
9
  { name="Barrett Kowalsky", email="barrettkowalsky@gmail.com" },
10
10
  ]
@@ -21,7 +21,7 @@ classifiers = [
21
21
  dependencies = [
22
22
  "requests>=2.30.0",
23
23
  "eth-account==0.13.4",
24
- "eth-utils==4.1.1",
24
+ "eth-utils>=5.0.0",
25
25
  ]
26
26
 
27
27
  [project.urls]
File without changes