Skip to content

Commit

Permalink
update psycopg to v3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Jan 27, 2024
1 parent 69985be commit 75bbaed
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 @@ -23,7 +23,7 @@ django-csp = "^3.7"
bleach = ">=6.0.0,<7.0.0"
Markdown = "^3.3.7"

psycopg2 = {version = "^2.9.3", optional = true}
psycopg = {version = "^3.1.12", optional = true}
mysqlclient = {version = "^2.1.1", optional = true}
redis = {extras = ["hiredis"], version = "^5.0.0", optional = true}
django-compressor = "^4.3"
Expand Down Expand Up @@ -51,7 +51,7 @@ requests-oauthlib = "^1.3.1"
pyjwt = "^2.8.0"

[tool.poetry.extras]
pgsql = ["psycopg2"]
pgsql = ["psycopg"]
mysql = ["mysqlclient"]
redis = ["redis"]

Expand Down

0 comments on commit 75bbaed

Please sign in to comment.