chore: update psycopg2 dependency in pyproject.toml

- Changed the dependency from `psycopg2-binary` to `psycopg2` in `pyproject.toml` for better compatibility and performance.
This commit is contained in:
Danilo Reyes
2025-11-02 00:47:17 -06:00
parent 2ebeb7e748
commit 4a2f3f5fdc

View File

@@ -16,7 +16,7 @@ dependencies = [
"boto3>=1.35.0", "boto3>=1.35.0",
"python-multipart>=0.0.12", "python-multipart>=0.0.12",
"httpx>=0.27.0", "httpx>=0.27.0",
"psycopg2-binary>=2.9.0", "psycopg2>=2.9.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]