Skip to content

Commit

Permalink
Merge pull request #11 from uptick/build/set-psycopg2-back-to-2.9.5
Browse files Browse the repository at this point in the history
build: set psycopg2 version to ~2.9.0 and bump django to allow 5.1
  • Loading branch information
uptickmetachu authored Feb 26, 2025
2 parents 03f37f4 + 4233bcc commit 7f9c585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "django-pev"
version = "0.3.0"
version = "0.3.1"
description = "Context manager to upload explain plans to https://explain.dalibo.com/"
authors = [{ name = "william chu", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"django>=3.2,<5.1.0",
"psycopg2>=2.9.10",
"django>=3.2,<5.2.0",
"psycopg2~=2.9.0",
"sqlparse>=0.5.3",
]

Expand All @@ -30,4 +30,4 @@ cache = "never"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"
6 changes: 3 additions & 3 deletions uv.lock

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

0 comments on commit 7f9c585

Please sign in to comment.