Skip to content

Commit 5961193

Browse files
committed
chg: require duckdb>=1.4.3
1 parent 9057c59 commit 5961193

2 files changed

Lines changed: 2055 additions & 2046 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"typer>=0.20.0",
2626
"pygeometa @ git+https://github.com/nicokant/pygeometa@gbif-eml#egg=pygeometa",
2727
"orjson>=3.11.4",
28-
"duckdb>=1.4.2",
28+
"duckdb>=1.4.3",
2929
"lxml>=6.0.2",
3030
"openpyxl>=3.1.5",
3131
"python-calamine>=0.6.1",
@@ -41,7 +41,7 @@ dependencies = [
4141
"httpx>=0.28.1",
4242
"setuptools>=65.5.0",
4343
"backoff>=2.1.0",
44-
"pyyaml>=6.0.3"
44+
"pyyaml>=6.0.3",
4545
]
4646
description = ""
4747
license = "GPL-3.0+"

0 commit comments

Comments
 (0)