Skip to content

Commit cf09a42

Browse files
Repin cython due to yaml/pyyaml#702 (#15248)
* Revert "Unpin cypthon (#15246)" This reverts commit 659c3b6. * Pin grpcio Avoid cython 3 due to yaml/pyyaml#702 * Delete asyncpg.txt
1 parent 659c3b6 commit cf09a42

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

requirements/requirements.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ botocore
99
channels
1010
channels-redis==3.4.1 # see UPGRADE BLOCKERs
1111
cryptography>=41.0.7 # CVE-2023-49083
12-
Cython # this is needed as a build dependency, one day we may have separated build deps
12+
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
1313
daphne
1414
distro
1515
django==4.2.6 # CVE-2023-43665
@@ -28,13 +28,15 @@ djangorestframework>=3.15.0
2828
djangorestframework-yaml
2929
filelock
3030
GitPython>=3.1.37 # CVE-2023-41040
31+
grpcio<1.63.0 # 1.63.0+ requires cython>=3
3132
hiredis==2.0.0 # see UPGRADE BLOCKERs
3233
irc
3334
jinja2>=3.1.3 # CVE-2024-22195
3435
JSON-log-formatter
3536
jsonschema
3637
Markdown # used for formatting API help
3738
maturin # pydantic-core build dep
39+
msgpack<1.0.6 # 1.0.6+ requires cython>=3
3840
msrestazure
3941
openshift
4042
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way

requirements/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cryptography==41.0.7
110110
# pyopenssl
111111
# service-identity
112112
# social-auth-core
113-
cython==3.0.10
113+
cython==0.29.37
114114
# via -r /awx_devel/requirements/requirements.in
115115
daphne==3.0.2
116116
# via
@@ -197,8 +197,10 @@ googleapis-common-protos==1.63.0
197197
# via
198198
# opentelemetry-exporter-otlp-proto-grpc
199199
# opentelemetry-exporter-otlp-proto-http
200-
grpcio==1.63.0
201-
# via opentelemetry-exporter-otlp-proto-grpc
200+
grpcio==1.62.2
201+
# via
202+
# -r /awx_devel/requirements/requirements.in
203+
# opentelemetry-exporter-otlp-proto-grpc
202204
hiredis==2.0.0
203205
# via
204206
# -r /awx_devel/requirements/requirements.in
@@ -289,8 +291,10 @@ msal==1.26.0
289291
# msal-extensions
290292
msal-extensions==1.1.0
291293
# via azure-identity
292-
msgpack==1.0.8
293-
# via channels-redis
294+
msgpack==1.0.5
295+
# via
296+
# -r /awx_devel/requirements/requirements.in
297+
# channels-redis
294298
msrest==0.7.1
295299
# via msrestazure
296300
msrestazure==0.6.4

0 commit comments

Comments
 (0)