Skip to content

Commit 16abb25

Browse files
committed
Mailtrap: fix dependency version string
1 parent 15180ab commit 16abb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
"django>=4.0",
6767
"requests>=2.4.3",
6868
"urllib3>=1.25.0", # requests dependency: fixes RFC 7578 header encoding
69-
"typing_extensions>=4.12; python_version < 3.11", # for older Python compatibility
69+
"typing_extensions>=4.12;python_version<'3.11'", # for older Python compatibility
7070
]
7171

7272
[project.optional-dependencies]

0 commit comments

Comments
 (0)