Skip to content

Commit ba8a91c

Browse files
author
Ferhan Syed
committed
fix: remove an = sign
1 parent 437aa86 commit ba8a91c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "django-heralder"
33
version = "0.1.0"
44
requires-python = ">=3.9"
55
dependencies = [
6-
"django<=5; python_version<='3.10'",
6+
"django<5; python_version<='3.10'",
77
"django>=3.2, <5.3; python_version>='3.10'",
88
"jsonpickle>=4.1.1",
99
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)