Skip to content

Bump pyogrio from 0.11.1 to 0.12.1 - #145

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyogrio-0.12.1
Open

Bump pyogrio from 0.11.1 to 0.12.1#145
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyogrio-0.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Contributor

Bumps pyogrio from 0.11.1 to 0.12.1.

Release notes

Sourced from pyogrio's releases.

Version v0.12.1

Bug fixes

  • Fix regression in reading date columns (#616)
  • Fix regression in read_dataframe when use_arrow=True and columns is used to filter out columns of some specific types (#611)

Version v0.12.0

Potentially breaking changes

  • Return JSON fields (as identified by GDAL) as dicts/lists in read_dataframe; these were previously returned as strings (#556).
  • Drop support for GDAL 3.4 and 3.5 (#584).

Improvements

  • Add datetime_as_string and mixed_offsets_as_utc parameters to read_dataframe to choose the way datetime columns are returned + several fixes when reading and writing datetimes (#486).
  • Add listing of GDAL data types and subtypes to read_info (#556).
  • Add support to read list fields without arrow (#558, #597).

Bug fixes

  • Fix decode error reading an sqlite file on Windows (#568).
  • Fix wrong layer name when creating .gpkg.zip file (#570).
  • Fix segfault on providing an invalid value for layer in read_info (#564).
  • Fix error when reading data with use_arrow=True after having used the Parquet driver with GDAL>=3.12 (#601).

Packaging

  • Wheels are now available for Python 3.14 (#579).
  • The GDAL library included in the wheels is upgraded from 3.10.3 to 3.11.4 (#578).
  • Add libkml driver to the wheels for more recent Linux platforms supported by manylinux_2_28, macOS, and Windows (#561).
  • Add libspatialite to the wheels (#546).
  • Minimum required Python version is now 3.10 (#557).
  • Initial support for free-threaded Python builds, with the extension module declaring free-threaded support and wheels for Python 3.13t and 3.14t being built (#562).
Changelog

Sourced from pyogrio's changelog.

0.12.1 (2025-11-28)

Bug fixes

  • Fix regression in reading date columns (#616)
  • Fix regression in read_dataframe when use_arrow=True and columns is used to filter out columns of some specific types (#611)

0.12.0 (2025-11-26)

Potentially breaking changes

  • Return JSON fields (as identified by GDAL) as dicts/lists in read_dataframe; these were previously returned as strings (#556).
  • Drop support for GDAL 3.4 and 3.5 (#584).

Improvements

  • Add datetime_as_string and mixed_offsets_as_utc parameters to read_dataframe to choose the way datetime columns are returned + several fixes when reading and writing datetimes (#486).
  • Add listing of GDAL data types and subtypes to read_info (#556).
  • Add support to read list fields without arrow (#558, #597).

Bug fixes

  • Fix decode error reading an sqlite file on Windows (#568).
  • Fix wrong layer name when creating .gpkg.zip file (#570).
  • Fix segfault on providing an invalid value for layer in read_info (#564).
  • Fix error when reading data with use_arrow=True after having used the Parquet driver with GDAL>=3.12 (#601).

Packaging

  • Wheels are now available for Python 3.14 (#579).
  • The GDAL library included in the wheels is upgraded from 3.10.3 to 3.11.4 (#578).
  • Add libkml driver to the wheels for more recent Linux platforms supported by manylinux_2_28, macOS, and Windows (#561).
  • Add libspatialite to the wheels (#546).
  • Minimum required Python version is now 3.10 (#557).
  • Initial support for free-threaded Python builds, with the extension module declaring free-threaded support and wheels for Python 3.13t and 3.14t being built (#562).
Commits
  • 54fbabf RLS: v0.12.1
  • bcb1634 BUG: fix error in read dataframe with use arrow and columns filter (#612)
  • d5983c5 BUG: fix regressions on date-typed columns (#616)
  • 2a022c3 DOC: add badges to readme (#610)
  • ea9a97b RLS: v0.12.0
  • d2baaa3 ENH: improve support for datetime columns (#486)
  • 8291f60 Bump actions/checkout from 5 to 6 (#609)
  • 4770282 CI: tmp avoid pandas nightly in nightly-deps test build (#608)
  • 8e0483d CI: avoid using nightly pandas in the release tests for now (#602)
  • d4f51b3 BUG: fix support to read parquet files with list columns (#597)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pyogrio](https://github.com/geopandas/pyogrio) from 0.11.1 to 0.12.1.
- [Release notes](https://github.com/geopandas/pyogrio/releases)
- [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md)
- [Commits](geopandas/pyogrio@v0.11.1...v0.12.1)

---
updated-dependencies:
- dependency-name: pyogrio
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 1, 2025
@codecov

codecov Bot commented Dec 1, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.47%. Comparing base (581de89) to head (e9de339).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #145   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files           9        9           
  Lines         142      142           
=======================================
  Hits          137      137           
  Misses          5        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants