Update cython pinning

This commit is contained in:
Erica Portnoy 2025-10-29 13:23:03 -07:00
parent 92b1056854
commit 808fd61929

View file

@ -41,10 +41,9 @@ letstest = {path = "../../../letstest"}
# as a dependency here to ensure a version of cython is pinned for extra
# stability.
#
# We also pin back cython as is currently required by pyyaml. See
# https://github.com/yaml/pyyaml/pull/702 and
# https://github.com/yaml/pyyaml/issues/601.
cython = "<3.0"
# As of pyyaml 6.0.2, cython >= 3.0 is required for py >= 3.13, and < 3.0 for py < 3.13.
# So don't pin to a specific version, and let the resolver handle it.
cython = "*"
# setuptools-rust is a build dependency of cryptography, and since we don't have
# a great way of pinning build dependencies, we simply list it here to ensure a
# working version. Note: if build dependencies of setuptools-rust break at some