Skip to content

Commit

Permalink
build: set psycopg2 back to 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchinsp01 committed Feb 26, 2025
1 parent 03f37f4 commit b967e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[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",
"sqlparse>=0.5.3",
]

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

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"
19 changes: 1 addition & 18 deletions uv.lock

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

0 comments on commit b967e39

Please sign in to comment.