Skip to content

Commit 5214e45

Browse files
committed
chore(deps): bring back psycopg2 for risingwave
1 parent fda0c7c commit 5214e45

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

conda/environment-arm64-flink.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- pins >=0.8.2
2727
- uv>=0.4.29
2828
- polars >=1,<2
29+
- psycopg2 >= 2.8.4
2930
- psycopg >= 3.2.0
3031
- pyarrow =11.0.0
3132
- pyarrow-tests

conda/environment-arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- pins >=0.8.2
2727
- uv>=0.4.29
2828
- polars >=1,<2
29+
- psycopg2 >= 2.8.4
2930
- psycopg >= 3.2.0
3031
- pyarrow >=10.0.1
3132
- pyarrow-tests

conda/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies:
2727
- pip
2828
- uv>=0.4.29
2929
- polars >=1,<2
30+
- psycopg2 >= 2.8.4
3031
- psycopg >= 3.2.0
3132
- pyarrow >=10.0.1
3233
- pyarrow-hotfix >=0.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sqlite = [
196196
"rich>=12.4.4,<14",
197197
]
198198
risingwave = [
199-
"psycopg[binary]>=3.2.0,<4",
199+
"psycopg2>=2.8.4,<3",
200200
"pyarrow>=10.0.1",
201201
"pyarrow-hotfix>=0.4,<1",
202202
"numpy>=1.23.2,<3",

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

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

0 commit comments

Comments
 (0)