We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb0f1e commit 7b12b68Copy full SHA for 7b12b68
1 file changed
pyproject.toml
@@ -20,11 +20,11 @@ packages = [{ include = "ankr" }]
20
[tool.poetry.dependencies]
21
python = "^3.8.1"
22
web3 = "^6.4.0"
23
-pydantic = "^1.10.8"
+pydantic = "^2.0.8"
24
pyhumps = "^3.8.0"
25
typing-extensions = "^4.6.2"
26
-eth-typing = "^3.5.2"
27
-urllib3 = ">= 1.25.3, < 2.0"
+eth-typing = "^4.0.0"
+urllib3 = "^2.0.0"
28
29
[tool.poetry.dev-dependencies]
30
pytest = "^7.3.1"
0 commit comments