Skip to content

Commit

Permalink
build: add django 5.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchinsp01 committed Feb 25, 2025
1 parent fec9597 commit c9b1be4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 25 deletions.
64 changes: 43 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-pev"
version = "0.2.0"
version = "0.2.2"
description = "Context manager to upload explain plans to https://explain.dalibo.com/"
authors = ["william chu <[email protected]>"]
readme = "README.md"
Expand All @@ -9,10 +9,10 @@ packages = [{ include = "django_pev" }]
[tool.poetry.dependencies]
python = "^3.10"
sqlparse = "*"
django = ">=3.2, <5.0.0"
django = ">=3.2, <5.1.0"
psycopg2 = "^2.9.10"

[tool.poetry.group.dev.dependencies]
psycopg2 = "^2.9.5"
pdbpp = "^0.10.3"
mypy = "^1.8.0"
django-stubs = "4.2.7"
Expand All @@ -24,4 +24,4 @@ ruff = "*"
style = [
'https://raw.githubusercontent.com/uptick/.github/main/nitpick/python.toml',
]
cache = "never"
cache = "never"

0 comments on commit c9b1be4

Please sign in to comment.