@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " pyaleph"
77dynamic = [" version" ]
88description = " Reference implementation of Aleph.im next generation network of decentralized big data applications."
9- requires-python = " >=3.11 ,<3.12 "
9+ requires-python = " >=3.12 ,<3.13 "
1010readme = " README.md"
1111license = { file = " LICENSE.txt" }
1212authors = [
@@ -21,15 +21,15 @@ dependencies = [
2121 " aiocache==0.12.2" ,
2222 " aiohttp-cors==0.7.0" ,
2323 " aiohttp-jinja2==1.5" ,
24- " aiohttp==3.8.4 " ,
24+ " aiohttp==3.9.5 " ,
2525 " aioipfs@git+https://github.com/aleph-im/aioipfs.git@d671c79b2871bb4d6c8877ba1e7f3ffbe7d20b71" ,
2626 " alembic==1.12.1" ,
2727 " aleph-message==0.4.2" ,
2828 " aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676" ,
2929 " aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@32dd1749a4773da494275709060632cbeba9a51b" ,
3030 " asyncpg==0.28.0" ,
3131 " base58>=1.0.3" ,
32- " coincurve==18 .0.0 " ,
32+ " coincurve==19 .0.1 " ,
3333 " configmanager==1.35.1" ,
3434 " configparser==6.0.0" ,
3535 " cosmospy==6.0.0" ,
@@ -48,13 +48,13 @@ dependencies = [
4848 " pynacl==1.5.0" ,
4949 " python-dateutil==2.8.2" ,
5050 " pytz==2023.3" ,
51- " pyyaml==6.0" ,
51+ " pyyaml==6.0.1 " ,
5252 " redis[hiredis]==5.0.1" ,
5353 " requests==2.31.0" ,
5454 " secp256k1==0.14.0" ,
5555 " sentry-sdk==1.34.0" ,
5656 " setproctitle==1.3.3" ,
57- " sqlalchemy[mypy]==1.4.41 " ,
57+ " sqlalchemy[mypy]==1.4.52 " ,
5858 " sqlalchemy-utils==0.38.3" ,
5959 " substrate-interface==1.7.4" ,
6060 " ujson==5.1.0" , # required by aiocache
@@ -188,7 +188,7 @@ all = [
188188]
189189
190190[tool .mypy ]
191- python_version = 3.11
191+ python_version = 3.12
192192mypy_path = " src"
193193plugins = [
194194 " sqlalchemy.ext.mypy.plugin" ,
0 commit comments