File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ dependencies = [
34
34
" aleph-superfluid>=0.2.1" ,
35
35
" base58==2.1.1" , # Needed now as default with _load_account changement
36
36
" 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'" ,
39
39
" eth-typing==4.3.1" ,
40
40
" jwcrypto==1.5.6" ,
41
+ " pydantic-core>=2" ,
41
42
" pydantic-settings>=2" ,
42
43
" pynacl==1.5" , # Needed now as default with _load_account changement
43
44
" python-magic" ,
44
45
" typing-extensions" ,
45
- " web3==6.3.0 " ,
46
+ " web3==6.3" ,
46
47
]
47
48
48
49
optional-dependencies.all = [
@@ -81,7 +82,7 @@ optional-dependencies.substrate = [
81
82
" substrate-interface" ,
82
83
]
83
84
optional-dependencies.tezos = [
84
- " aleph-pytezos==0.1.1 " ,
85
+ " aleph-pytezos==3.13.4 " ,
85
86
" pynacl" ,
86
87
]
87
88
urls.Documentation = " https://aleph.im/"
@@ -155,6 +156,7 @@ dependencies = [
155
156
" ruff==0.4.8" ,
156
157
" isort==5.13.2" ,
157
158
" pyproject-fmt==2.2.1" ,
159
+ " pydantic-core>=2" ,
158
160
" pydantic-settings>=2" ,
159
161
]
160
162
[tool .hatch .envs .linting .scripts ]
You can’t perform that action at this time.
0 commit comments