mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
2e1be1d2c5
This PR upgrades some of the pinned dependencies do not build with python 3.10 - cffi, ruamel, py. Further, it upgrades other packages where the effort is minimal. For the reviewers: Please review it commit by commit. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3367 GitOrigin-RevId: c5401fe289d3185a79c4d382297f86fbde139825
45 lines
943 B
Plaintext
45 lines
943 B
Plaintext
# IF YOU CHANGE THIS PLEASE INCREMENT DEVSH_VERSION in `scripts/dev.sh`
|
|
# Please add direct dependencies to requirements-top-level.txt
|
|
aniso8601==7.0.0
|
|
apipkg==2.1.0
|
|
atomicwrites==1.4.0
|
|
attrs==21.4.0
|
|
certifi==2021.10.8
|
|
cffi==1.15.0
|
|
chardet==4.0.0
|
|
croniter==1.2.0
|
|
cryptography==3.4.7
|
|
execnet==1.9.0
|
|
graphene==2.1.9
|
|
graphql-core==2.2.1
|
|
graphql-relay==2.0.0
|
|
idna==3.3
|
|
importlib-metadata==4.10.0
|
|
jsondiff==1.3.0
|
|
more-itertools==8.12.0
|
|
packaging==21.3
|
|
pluggy==1.0.0
|
|
promise==2.3
|
|
psycopg2-binary==2.9.3
|
|
py==1.11.0
|
|
pycparser==2.21
|
|
PyJWT==2.3.0
|
|
pyparsing==3.0.6
|
|
pytest==6.2.5
|
|
pytest-forked==1.4.0
|
|
pytest-xdist==2.5.0
|
|
PyYAML==6.0
|
|
redis==4.1.0
|
|
requests==2.27.1
|
|
ruamel.yaml==0.17.20
|
|
ruamel.yaml.clib==0.2.6
|
|
Rx==1.6.1
|
|
six==1.16.0
|
|
# 1.4 and above drops support for postgres://, only accepts postgresql://
|
|
SQLAlchemy==1.3.24
|
|
urllib3==1.26.8
|
|
wcwidth==0.2.5
|
|
# 0.58.0 and above changed the function signatures of callbacks
|
|
websocket-client==0.56.0
|
|
zipp==3.7.0
|