Skip to content

Commit

Permalink
[BUG] Pin pyyaml dependency due to cython>=3 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 24, 2024
1 parent 6fb6d6a commit 677aa4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-store-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ dependencies = [
"pyjwt",
"psycopg2-binary",
"pymysql",
"pyyaml",
# pyyaml>5.3.1 is broken with cython>=3 transitive dependency
# See https://github.com/yaml/pyyaml/issues/724 for details
"pyyaml==5.3.1",
"redis",
"requests",
"pydantic >=1.10.16,<2.0a0",
Expand Down

0 comments on commit 677aa4d

Please sign in to comment.