We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aa0cc commit b63c367Copy full SHA for b63c367
pyproject.toml
@@ -45,7 +45,7 @@ dependencies = [
45
"msgpack==1.0.8", # required by aiocache
46
"multiaddr==0.0.9", # for libp2p-stubs
47
"orjson>=3.7.7", # Minimum version for Python 3.11
48
- "psycopg2-binary==2.9.5", # Note: psycopg3 is not yet supported by SQLAlchemy
+ "psycopg2-binary==2.9.10", # Note: psycopg3 is not yet supported by SQLAlchemy
49
"pycryptodome==3.21.0", # for libp2p-stubs
50
"pymultihash==0.8.2", # for libp2p-stubs
51
"pynacl==1.5",
0 commit comments