Skip to content

Commit

Permalink
fix: lock psycopg package version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
italojohnny committed Aug 23, 2024
1 parent 404de9e commit a672887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ pinecone-client = "^3.0.3"
pymongo = "^4.6.0"
supabase = "^2.3.0"
certifi = ">=2023.11.17,<2025.0.0"
psycopg = "^3.1.9"
psycopg-binary = "^3.1.9"
psycopg = "3.1.9"
psycopg-binary = "3.1.9"
fastavro = "^1.8.0"
celery = { extras = ["redis"], version = "^5.3.6", optional = true }
redis = "^5.0.1"
Expand Down

0 comments on commit a672887

Please sign in to comment.