Skip to content

Commit 2dad1de

Browse files
committed
feat: Allow django <5
1 parent 55c2202 commit 2dad1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-pev"
3-
version = "0.1.2"
3+
version = "0.1.4"
44
description = "Context manager to upload explain plans to https://explain.dalibo.com/"
55
authors = ["william chu <[email protected]>"]
66
readme = "README.md"
@@ -9,7 +9,7 @@ packages = [{ include = "django_pev" }]
99
[tool.poetry.dependencies]
1010
python = "^3.7"
1111
sqlparse = "*"
12-
django = "^3.2"
12+
django = ">=3.2, <5.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
psycopg2 = "^2.9.5"

0 commit comments

Comments
 (0)