Skip to content

Commit 59373e9

Browse files
authored
Merge branch 'main' into claude/fixed-size-and-struct-list
2 parents 67bc3c4 + e34b29f commit 59373e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test = [
2727
"maturin>=1.14.1",
2828
"pre-commit>=4.5.1",
2929
"testing.postgresql>=1.3.0",
30-
"psycopg[binary]>=3.3.2",
30+
"psycopg[binary]>=3.3.4",
3131
"pyarrow>=22.0.0",
3232
"hypothesis>=6.0.0",
3333
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test = [
2323
"maturin>=1.14.1",
2424
"pre-commit>=4.5.1",
2525
"testing.postgresql>=1.3.0",
26-
"psycopg[binary]>=3.3.2",
26+
"psycopg[binary]>=3.3.4",
2727
"pyarrow>=22.0.0",
2828
"hypothesis>=6.0.0",
2929
# Only used by the arrow-json test suite (`json/pyproject.toml` [test]).

uv.lock

Lines changed: 2 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)