From 25169a48b692c6a4ede29b73c6b151ec0f1fee0a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:16:07 -0800 Subject: [PATCH] A little unclear why I have to lint this but ok --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d80c7d9d2..d71a162a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ optional-dependencies.postgres = [ "psycopg[c,pool]==3.2.12", # Direct dependency for proper resolution of the pre-built wheels "psycopg-c==3.2.12", - "psycopg-pool==3.3.0", + "psycopg-pool==3.3", ] optional-dependencies.webserver = [ "granian[uvloop]~=2.5.1",