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 15180ab commit 16abb25Copy full SHA for 16abb25
pyproject.toml
@@ -66,7 +66,7 @@ dependencies = [
66
"django>=4.0",
67
"requests>=2.4.3",
68
"urllib3>=1.25.0", # requests dependency: fixes RFC 7578 header encoding
69
- "typing_extensions>=4.12; python_version < 3.11", # for older Python compatibility
+ "typing_extensions>=4.12;python_version<'3.11'", # for older Python compatibility
70
]
71
72
[project.optional-dependencies]
0 commit comments