Skip to content

chore(deps-dev): update pyogrio requirement from <0.13,>=0.12 to >=0.12,<0.14 - #80

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/pip/pyogrio-gte-0.12-and-lt-0.14
Open

chore(deps-dev): update pyogrio requirement from <0.13,>=0.12 to >=0.12,<0.14#80
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/pip/pyogrio-gte-0.12-and-lt-0.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 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.13.0

Improvements

  • Support reading Time type columns by default (was already supported with use_arrow=False) (#617).
  • Add list_drivers_details() function to list the available drivers with more detailed properties like the long driver names, whether read/append/write is supported by the driver, the help topic URL, etc (#656).
  • Add whether append is supported in list_drivers (#559)
  • Add vsi_curl_clear_cache() function to allow users to clear the local GDAL vsi cache associated with /vsicurl/ (and related file systems) (#605).
  • Improve performance of read_dataframe (especially if a filter is used) and write_dataframe without Arrow (#577, #674).
  • Unlock the GIL during GDAL functions that can take significant time to improve performance when multithreading (#572).

Bug fixes

  • Fix error in write_dataframe with use_arrow=False when writing an object-type column with datetimes without any time zone offsets or with a mix of offsets and no offsets (#634).
  • Fix writing non-string object columns with arrow (#630).
  • Fix writing empty string category columns with arrow fails (#621).
  • Fix overwriting a corrupt fileGDB directory (#600).
  • Fix attribute data being incorrectly written with KML driver (#650).

Packaging

  • The GDAL library included in the wheels is upgraded from 3.11.4 to 3.12.4 (#658).
  • The wheels for Python 3.11+ are now distributed on PyPI as a single ABI3 wheel per platform (#660).
Changelog

Sourced from pyogrio's changelog.

0.13.0 (2026-06-26)

Improvements

  • Support reading Time type columns by default (was already supported with use_arrow=False) (#617).
  • Add list_drivers_details() function to list the available drivers with more detailed properties like the long driver names, whether read/append/write is supported by the driver, the help topic URL, etc (#656).
  • Add whether append is supported in list_drivers (#559)
  • Add vsi_curl_clear_cache() function to allow users to clear the local GDAL vsi cache associated with /vsicurl/ (and related file systems) (#605).
  • Improve performance of read_dataframe (especially if a filter is used) and write_dataframe without Arrow (#577, #674).
  • Unlock the GIL during GDAL functions that can take significant time to improve performance when multithreading (#572).

Bug fixes

  • Fix error in write_dataframe with use_arrow=False when writing an object-type column with datetimes without any time zone offsets or with a mix of offsets and no offsets (#634).
  • Fix writing non-string object columns with arrow (#630).
  • Fix writing empty string category columns with arrow fails (#621).
  • Fix overwriting a corrupt fileGDB directory (#600).
  • Fix attribute data being incorrectly written with KML driver (#650).

Packaging

  • The GDAL library included in the wheels is upgraded from 3.11.4 to 3.12.4 (#658).
  • The wheels for Python 3.11+ are now distributed on PyPI as a single ABI3 wheel per platform (#660).

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

... (truncated)

Commits
  • d5ce9ca RLS: v0.13.0
  • 84624c0 TST: adjust test_write_read_datetime_tz_offsets_None for pandas bug (#677)
  • eb85372 ENH: add list_drivers_details function (#656)
  • 0847a9a BUG: fix error writing a column with mix of datetimes with and without timezo...
  • 21524a6 DOC/RLS: update 0.13 changelog (#675)
  • a464882 CI: force to use latest GDAL in nightly CI (#676)
  • 97945d1 BLD: use Limited C API for building abi3 wheels (#661)
  • 7d8423c ENH: add whether append is supported in list_drivers (#559)
  • 10d5bd8 PERF: use lists instead of memoryview for short lists of field types and indi...
  • 1c62bb4 Bump actions/checkout from 6 to 7 (#673)
  • 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.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: pyogrio
  dependency-version: 0.13.0
  dependency-type: direct:development
...

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 Jun 27, 2026
mikemcdougall added a commit that referenced this pull request Jul 22, 2026
Filtered from honua-sdk-python commit 65fd37385c0dd1a10813865cc279b4694a633666.

Original subject: Add async OGC process job handling to ArcPy migration runner (#80)
mikemcdougall added a commit that referenced this pull request Jul 22, 2026
Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666
mikemcdougall added a commit that referenced this pull request Jul 22, 2026
Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666
mikemcdougall added a commit that referenced this pull request Jul 22, 2026
Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666
mikemcdougall added a commit that referenced this pull request Jul 22, 2026
Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666
mikemcdougall added a commit that referenced this pull request Jul 23, 2026
Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666
mikemcdougall added a commit that referenced this pull request Jul 23, 2026
* feat: add ArcPy migration scanner (#59) (#60)

Source-commit: 78138322b235e9a31504c794db2bbde18d445a15

* feat(migration): add ArcPy scan and GP translations (#66)

Source-commit: d7093e6a07983d450c3068e824e8dea5d289012d

* feat(migration): import scene-adjacent ArcPy coverage (#71)

Source-commit: 6a518c1f703623283d7c08349917b67f343054f4

* feat(migration): add async OGC process job handling (#80)

Source-commit: 65fd37385c0dd1a10813865cc279b4694a633666

* feat(migration): reconcile ArcPy codemod hardening (#75)

Source-commit: 934dadad2b143dc8d66d3637c441b96cf3f1fc43

* feat(migration): expand arcpy tool coverage slice (#82) (#86)

Source-commit: 41d427088969350f731f89e296955cd83e5ea403

* feat(migration): add ModelBuilder and GP-service translation (#100)

Source-commit: ed84a72e35e4349289392dd072d3e1a8dd43c1cb

* feat(migration): add raster and spatial analyst rules (#176)

Source-commit: 21105376373b3c7171b5b5f7b14af67a9e0f0b1a

* feat(migration): integrate Python code commands

* fix(migration): enforce safe Python execution

* fix(migration): preserve shared contract exports

Declare the public SDK execution extra.

Retain the canonical plan digest API from the shared contracts branch.

---------

Co-authored-by: Mike McDougall <mike@honua.io>
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