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:
@@ -16,7 +16,7 @@ dependencies = [
|
||||
"boto3>=1.35.0",
|
||||
"python-multipart>=0.0.12",
|
||||
"httpx>=0.27.0",
|
||||
"psycopg2-binary>=2.9.0",
|
||||
"psycopg2>=2.9.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user