Skip to content

Commit fb202ce

Browse files
committed
[DOP-23620] Update dependencies
1 parent 2ab7985 commit fb202ce

File tree

2 files changed

+74
-17
lines changed

2 files changed

+74
-17
lines changed

poetry.lock

Lines changed: 71 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python-multipart = { version = "^0.0.20", optional = true }
6262
celery = { version = "^5.5.0", optional = true }
6363
onetl = { version = "^0.13.4", extras = ["all"], optional = true }
6464
pyyaml = { version = "*", optional = true }
65-
psycopg2 = { version = "^2.9.10", extras = ["binary"], optional = true }
65+
psycopg2-binary = { version = "^2.9.10", optional = true }
6666
uuid6 = {version = "^2024.7.10", optional = true}
6767
coloredlogs = {version = "*", optional = true}
6868
python-json-logger = {version = "*", optional = true}
@@ -85,7 +85,7 @@ server = [
8585
"pyjwt",
8686
"asgi-correlation-id",
8787
"jinja2",
88-
"psycopg2",
88+
"psycopg2-binary",
8989
"uuid6",
9090
"coloredlogs",
9191
"python-json-logger",
@@ -103,7 +103,7 @@ worker = [
103103
"onetl",
104104
"asgi-correlation-id",
105105
"jinja2",
106-
"psycopg2",
106+
"psycopg2-binary",
107107
"uuid6",
108108
"coloredlogs",
109109
"python-json-logger",

0 commit comments

Comments
 (0)