diff options
author | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2024-06-03 21:42:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 21:42:20 +0200 |
commit | cf09a4220dea979c9e3eed9c279545dca39d5e88 (patch) | |
tree | b41016da98c570f14afa3b045ae846bcbf38c664 /requirements/requirements.txt | |
parent | Unpin cypthon (#15246) (diff) | |
download | awx-cf09a4220dea979c9e3eed9c279545dca39d5e88.tar.xz awx-cf09a4220dea979c9e3eed9c279545dca39d5e88.zip |
Repin cython due to https://github.com/yaml/pyyaml/pull/702 (#15248)
* Revert "Unpin cypthon (#15246)"
This reverts commit 659c3b64dec5fb8dd6eeabcb47e794cbbae9e8c4.
* Pin grpcio
Avoid cython 3 due to https://github.com/yaml/pyyaml/pull/702
* Delete asyncpg.txt
Diffstat (limited to 'requirements/requirements.txt')
-rw-r--r-- | requirements/requirements.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 10cc646d76..727004584d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -110,7 +110,7 @@ cryptography==41.0.7 # pyopenssl # service-identity # social-auth-core -cython==3.0.10 +cython==0.29.37 # via -r /awx_devel/requirements/requirements.in daphne==3.0.2 # via @@ -197,8 +197,10 @@ googleapis-common-protos==1.63.0 # via # opentelemetry-exporter-otlp-proto-grpc # opentelemetry-exporter-otlp-proto-http -grpcio==1.63.0 - # via opentelemetry-exporter-otlp-proto-grpc +grpcio==1.62.2 + # via + # -r /awx_devel/requirements/requirements.in + # opentelemetry-exporter-otlp-proto-grpc hiredis==2.0.0 # via # -r /awx_devel/requirements/requirements.in @@ -289,8 +291,10 @@ msal==1.26.0 # msal-extensions msal-extensions==1.1.0 # via azure-identity -msgpack==1.0.8 - # via channels-redis +msgpack==1.0.5 + # via + # -r /awx_devel/requirements/requirements.in + # channels-redis msrest==0.7.1 # via msrestazure msrestazure==0.6.4 |