From b967e39a89897a78ceb9d11f897f6d8d460548b2 Mon Sep 17 00:00:00 2001 From: Paul Hutchins Date: Wed, 26 Feb 2025 14:27:06 +1100 Subject: [PATCH] build: set psycopg2 back to 2.9.5 --- pyproject.toml | 5 ++--- uv.lock | 19 +------------------ 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4c5a88..96acc7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "william.chu@uptickhq.com" }] readme = "README.md" requires-python = ">=3.10" dependencies = [ "django>=3.2,<5.1.0", - "psycopg2>=2.9.10", "sqlparse>=0.5.3", ] @@ -30,4 +29,4 @@ cache = "never" [build-system] requires = ["hatchling"] -build-backend = "hatchling.build" \ No newline at end of file +build-backend = "hatchling.build" diff --git a/uv.lock b/uv.lock index dd034db..6208b38 100644 --- a/uv.lock +++ b/uv.lock @@ -38,11 +38,10 @@ wheels = [ [[package]] name = "django-pev" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "django" }, - { name = "psycopg2" }, { name = "sqlparse" }, ] @@ -57,7 +56,6 @@ dev = [ [package.metadata] requires-dist = [ { name = "django", specifier = ">=3.2,<5.1.0" }, - { name = "psycopg2", specifier = ">=2.9.10" }, { name = "sqlparse", specifier = ">=0.5.3" }, ] @@ -173,21 +171,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/93/ee/491e63a57fffa78b9de1c337b06c97d0cd0753e88c00571c7b011680332a/pdbpp-0.10.3-py2.py3-none-any.whl", hash = "sha256:79580568e33eb3d6f6b462b1187f53e10cd8e4538f7d31495c9181e2cf9665d1", size = 23961 }, ] -[[package]] -name = "psycopg2" -version = "2.9.10" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/62/51/2007ea29e605957a17ac6357115d0c1a1b60c8c984951c19419b3474cdfd/psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11", size = 385672 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0a/a9/146b6bdc0d33539a359f5e134ee6dda9173fb8121c5b96af33fa299e50c4/psycopg2-2.9.10-cp310-cp310-win32.whl", hash = "sha256:5df2b672140f95adb453af93a7d669d7a7bf0a56bcd26f1502329166f4a61716", size = 1024527 }, - { url = "https://files.pythonhosted.org/packages/47/50/c509e56f725fd2572b59b69bd964edaf064deebf1c896b2452f6b46fdfb3/psycopg2-2.9.10-cp310-cp310-win_amd64.whl", hash = "sha256:c6f7b8561225f9e711a9c47087388a97fdc948211c10a4bccbf0ba68ab7b3b5a", size = 1163735 }, - { url = "https://files.pythonhosted.org/packages/20/a2/c51ca3e667c34e7852157b665e3d49418e68182081060231d514dd823225/psycopg2-2.9.10-cp311-cp311-win32.whl", hash = "sha256:47c4f9875125344f4c2b870e41b6aad585901318068acd01de93f3677a6522c2", size = 1024538 }, - { url = "https://files.pythonhosted.org/packages/33/39/5a9a229bb5414abeb86e33b8fc8143ab0aecce5a7f698a53e31367d30caa/psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4", size = 1163736 }, - { url = "https://files.pythonhosted.org/packages/3d/16/4623fad6076448df21c1a870c93a9774ad8a7b4dd1660223b59082dd8fec/psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067", size = 1025113 }, - { url = "https://files.pythonhosted.org/packages/66/de/baed128ae0fc07460d9399d82e631ea31a1f171c0c4ae18f9808ac6759e3/psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e", size = 1163951 }, - { url = "https://files.pythonhosted.org/packages/ae/49/a6cfc94a9c483b1fa401fbcb23aca7892f60c7269c5ffa2ac408364f80dc/psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2", size = 2569060 }, -] - [[package]] name = "pygments" version = "2.19.1"