We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4508a3 commit 9b27cf1Copy full SHA for 9b27cf1
2 files changed
pyproject.toml
@@ -53,7 +53,8 @@ annotated-types = ["annotated-types"]
53
attrs = ["attrs"]
54
brotli = ["brotli"]
55
zstd = [
56
- "backports-zstd==1.3.0; python_version < '3.14'"
+ "backports-zstd==1.3.0; python_version < '3.14'",
57
+ "zstandard>=0.24.0",
58
]
59
cli = ["jsbeautifier", "uvicorn[standard]"]
60
cryptography = ["cryptography"]
0 commit comments