Skip to content

Commit dd80a66

Browse files
committed
Fix: Missing pydantic_core and wrong version of tezos
1 parent 3a18227 commit dd80a66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ dependencies = [
3434
"aleph-superfluid>=0.2.1",
3535
"base58==2.1.1", # Needed now as default with _load_account changement
3636
"coincurve; python_version<'3.11'",
37-
"coincurve>=19.0.0; python_version>='3.11'",
38-
"eth-abi>=4.0.0; python_version>='3.11'",
37+
"coincurve>=19; python_version>='3.11'",
38+
"eth-abi>=4; python_version>='3.11'",
3939
"eth-typing==4.3.1",
4040
"jwcrypto==1.5.6",
41+
"pydantic-core>=2",
4142
"pydantic-settings>=2",
4243
"pynacl==1.5", # Needed now as default with _load_account changement
4344
"python-magic",
4445
"typing-extensions",
45-
"web3==6.3.0",
46+
"web3==6.3",
4647
]
4748

4849
optional-dependencies.all = [
@@ -81,7 +82,7 @@ optional-dependencies.substrate = [
8182
"substrate-interface",
8283
]
8384
optional-dependencies.tezos = [
84-
"aleph-pytezos==0.1.1",
85+
"aleph-pytezos==3.13.4",
8586
"pynacl",
8687
]
8788
urls.Documentation = "https://aleph.im/"
@@ -155,6 +156,7 @@ dependencies = [
155156
"ruff==0.4.8",
156157
"isort==5.13.2",
157158
"pyproject-fmt==2.2.1",
159+
"pydantic-core>=2",
158160
"pydantic-settings>=2",
159161
]
160162
[tool.hatch.envs.linting.scripts]

0 commit comments

Comments
 (0)