web3 6.20.1__py3-none-any.whl → 6.20.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: web3
3
- Version: 6.20.1
3
+ Version: 6.20.2
4
4
  Summary: web3.py
5
5
  Home-page: https://github.com/ethereum/web3.py
6
6
  Author: The Ethereum Foundation
@@ -24,8 +24,8 @@ Requires-Dist: aiohttp >=3.7.4.post0
24
24
  Requires-Dist: eth-abi >=4.0.0
25
25
  Requires-Dist: eth-account <0.13,>=0.8.0
26
26
  Requires-Dist: eth-hash[pycryptodome] >=0.5.1
27
- Requires-Dist: eth-typing !=4.2.0,>=3.0.0
28
- Requires-Dist: eth-utils >=2.1.0
27
+ Requires-Dist: eth-typing !=4.2.0,<5.0.0,>=3.0.0
28
+ Requires-Dist: eth-utils <5,>=2.1.0
29
29
  Requires-Dist: hexbytes <0.4.0,>=0.1.0
30
30
  Requires-Dist: jsonschema >=4.0.0
31
31
  Requires-Dist: lru-dict <1.3.0,>=1.1.6
@@ -36,7 +36,7 @@ Requires-Dist: websockets >=10.0.0
36
36
  Requires-Dist: pyunormalize >=15.0.0
37
37
  Requires-Dist: pywin32 >=223 ; platform_system == "Windows"
38
38
  Provides-Extra: dev
39
- Requires-Dist: py-geth >=3.14.0 ; extra == 'dev'
39
+ Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'dev'
40
40
  Requires-Dist: sphinx >=5.3.0 ; extra == 'dev'
41
41
  Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'dev'
42
42
  Requires-Dist: towncrier <22,>=21 ; extra == 'dev'
@@ -66,7 +66,7 @@ Requires-Dist: towncrier <22,>=21 ; extra == 'docs'
66
66
  Provides-Extra: ipfs
67
67
  Requires-Dist: ipfshttpclient ==0.8.0a2 ; extra == 'ipfs'
68
68
  Provides-Extra: tester
69
- Requires-Dist: py-geth >=3.14.0 ; extra == 'tester'
69
+ Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'tester'
70
70
  Requires-Dist: eth-tester[py-evm] <0.10.0b1,>=0.9.0b1 ; (python_version <= "3.7") and extra == 'tester'
71
71
  Requires-Dist: eth-tester[py-evm] <0.12.0b1,>=0.11.0b1 ; (python_version > "3.7") and extra == 'tester'
72
72
 
@@ -275,9 +275,9 @@ web3/utils/address.py,sha256=KC_IpEbixSCuMhaW6V2QCyyJTYKYGS9c8QtI9_aH7zQ,967
275
275
  web3/utils/async_exception_handling.py,sha256=gfLuzP7Y5rc21jZVjWEYAOZUMJkJd9CmsL297UKReow,3096
276
276
  web3/utils/caching.py,sha256=PgfuXiVgPYQuS0S89-jkNOJ3L2uTRt2MkVBvzMkaAXI,1770
277
277
  web3/utils/exception_handling.py,sha256=12xkzIqMAOx0Jcm6PYL98PmWlLPKFll0p9YoLGS_ZNg,3052
278
- web3-6.20.1.dist-info/LICENSE,sha256=ulnXiEqqFp9VyWe8yMFdtDi70RMBJk3mpY3FKujv6l8,1090
279
- web3-6.20.1.dist-info/METADATA,sha256=K93RrvWgbsuK4K0iLwy9GN6DQ93oRcGPJaDW2ma7fgk,4522
280
- web3-6.20.1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
281
- web3-6.20.1.dist-info/entry_points.txt,sha256=2qjzGxFUlYBzoP68fcB3AJyMRunWI70uBoxNp17Brb0,64
282
- web3-6.20.1.dist-info/top_level.txt,sha256=5lRZg30BFUrz8eUK60C7OAjNT3FI4YsGmA-vZ0WIOik,15
283
- web3-6.20.1.dist-info/RECORD,,
278
+ web3-6.20.2.dist-info/LICENSE,sha256=ulnXiEqqFp9VyWe8yMFdtDi70RMBJk3mpY3FKujv6l8,1090
279
+ web3-6.20.2.dist-info/METADATA,sha256=HAI2cD-mXi-yXC88_xZQ51_yyyM34nNogWWyrVOcEdw,4538
280
+ web3-6.20.2.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
281
+ web3-6.20.2.dist-info/entry_points.txt,sha256=2qjzGxFUlYBzoP68fcB3AJyMRunWI70uBoxNp17Brb0,64
282
+ web3-6.20.2.dist-info/top_level.txt,sha256=5lRZg30BFUrz8eUK60C7OAjNT3FI4YsGmA-vZ0WIOik,15
283
+ web3-6.20.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes