Skip to content

chore(deps): update pyogrio requirement from >=0.7 to >=0.12.1 in /ETL#59

Open
dependabot[bot] wants to merge 1 commit into
DEVfrom
dependabot/pip/ETL/DEV/pyogrio-gte-0.12.1
Open

chore(deps): update pyogrio requirement from >=0.7 to >=0.12.1 in /ETL#59
dependabot[bot] wants to merge 1 commit into
DEVfrom
dependabot/pip/ETL/DEV/pyogrio-gte-0.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pyogrio to permit the latest version.

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)
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).
  • Improve performance of read_dataframe, especially if a filter is used (#577).
  • Unlock the gil during GDAL functions that can take significant time (#572).

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).

0.11.1 (2025-08-02)

Bug fixes

... (truncated)

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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Updates the requirements on [pyogrio](https://github.com/geopandas/pyogrio) to permit the latest version.
- [Release notes](https://github.com/geopandas/pyogrio/releases)
- [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md)
- [Commits](geopandas/pyogrio@v0.7.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants