* Revert "Unpin cypthon (#15246)"

This reverts commit 659c3b64de.

* Pin grpcio

Avoid cython 3 due to https://github.com/yaml/pyyaml/pull/702

* Delete asyncpg.txt
This commit is contained in:
Hao Liu
2024-06-03 15:42:20 -04:00
committed by GitHub
parent 659c3b64de
commit cf09a4220d
2 changed files with 12 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ botocore
channels
channels-redis==3.4.1 # see UPGRADE BLOCKERs
cryptography>=41.0.7 # CVE-2023-49083
Cython # this is needed as a build dependency, one day we may have separated build deps
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
daphne
distro
django==4.2.6 # CVE-2023-43665
@@ -28,6 +28,7 @@ djangorestframework>=3.15.0
djangorestframework-yaml
filelock
GitPython>=3.1.37 # CVE-2023-41040
grpcio<1.63.0 # 1.63.0+ requires cython>=3
hiredis==2.0.0 # see UPGRADE BLOCKERs
irc
jinja2>=3.1.3 # CVE-2024-22195
@@ -35,6 +36,7 @@ JSON-log-formatter
jsonschema
Markdown # used for formatting API help
maturin # pydantic-core build dep
msgpack<1.0.6 # 1.0.6+ requires cython>=3
msrestazure
openshift
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way