exclude psycopg 3.3.0 which breaks named cursors

This commit is contained in:
Sarah Hoffmann
2025-12-02 15:19:36 +01:00
parent d0b9aac400
commit 19134cc15c

View File

@@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"psycopg<3.3", "psycopg != 3.3.0",
"python-dotenv", "python-dotenv",
"jinja2", "jinja2",
"pyYAML>=5.1", "pyYAML>=5.1",