Skip to content

Commit

Permalink
chore: set max duckdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Sep 11, 2024
1 parent a539aa8 commit 5c34e93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Excluded DuckDB `1.1.0` version from dependencies

## [0.9.3] - 2024-09-10

### Removed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ QuackOSM supports **Python >= 3.9**

Required:

- `duckdb (>=0.10.2)`: For all DuckDB operations on PBF files
- `duckdb (>=0.10.2, <1.1.0)`: For all DuckDB operations on PBF files

- `pyarrow (>=16.0.0)`: For parquet files wrangling

Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"geopandas>=0.6",
"shapely>=2",
"pyarrow>=16.0.0",
"duckdb>=0.10.2",
"duckdb>=0.10.2,<1.1.0",
"geoarrow-pyarrow>=0.1.2",
"geoarrow-pandas>=0.1.1",
"typeguard>=3.0.0",
Expand Down

0 comments on commit 5c34e93

Please sign in to comment.