Skip to content

Commit

Permalink
Set minimum psycopg version to 3.1.14 which includes support for geve…
Browse files Browse the repository at this point in the history
…nt (for locust load testing)
  • Loading branch information
ddorian committed Mar 8, 2024
1 parent 0ffe324 commit 58e829c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tembo-pgmq-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ locust = "^2.16.1"
ruff = "^0.3.1"
pyyaml = "^6.0.1"
seaborn = "^0.13.0"
psycopg = {version = "^3.1.14", extras = ["binary", "pool"]}

[tool.black]
line-length = 120
Expand Down

0 comments on commit 58e829c

Please sign in to comment.