Skip to content

chore(deps): bump pyo3-object_store from 0.11.0 to 0.12.0#97

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pyo3-object_store-0.12.0
Closed

chore(deps): bump pyo3-object_store from 0.11.0 to 0.12.0#97
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pyo3-object_store-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps pyo3-object_store from 0.11.0 to 0.12.0.

Release notes

Sourced from pyo3-object_store's releases.

pyo3-object_store-v0.6.0

Breaking changes 🔧

  • Don't percent-encode paths. The implementation of FromPyObject for PyPath now uses Path::parse instead of Path::from under the hood. #524
  • Bump to pyo3 0.26.

Other

  • Configurable warning on PyExternalObjectStore creation #550

pyo3-object_store-v0.4.0

Compatibility release to use pyo3-object_store with object_store 0.11 and pyo3 0.24.

pyo3-object_store-v0.3.0

Compatibility release to use pyo3-object_store with object_store 0.11 and pyo3 0.23.

Breaking changes 🔧

Store constructors

  • In the AzureStore constructor, the container positional argument was renamed to container_name to match the container_name key in AzureConfig.

    This is a breaking change if you had been calling AzureStore(container="my container name"). This is not breaking if you had been using it as a positional argument AzureStore("my container name") or if you had already been using AzureStore(container_name="my container name").

pyo3-object_store-v0.2.0

What's Changed

Full Changelog: developmentseed/obstore@pyo3-object_store-v0.1.0...pyo3-object_store-v0.2.0

pyo3-object_store-v0.1.0

Initial release!

Changelog

Sourced from pyo3-object_store's changelog.

Changelog

Unreleased

Commits
  • 3c9afec chore: Bump pyo3 object_store to 0.12 (#739)
  • 732c6d3 feat: Expose proxy and custom-CA client options (#724)
  • 1cdedd9 chore: Bump obstore to use object_store 0.14 (#738)
  • 856cf7d feat: GCS explicit bearer token (#737)
  • 970b9e4 feat: Support Azure customer provided keys (#735)
  • ce02c48 feat: Config option to choose azure credential type (#734)
  • b726e75 feat: Add option to disable bulk delete for AWS (#733)
  • 3be88ef chore: Reflect upstream #711 (#732)
  • 7e3f515 chore: Bump object_store to 0.14 in pyo3-object_store (#729)
  • fae2678 chore(deps): bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5 in the ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [pyo3-object_store](https://github.com/developmentseed/obstore) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/developmentseed/obstore/releases)
- [Changelog](https://github.com/developmentseed/obstore/blob/main/CHANGELOG.md)
- [Commits](developmentseed/obstore@pyo3-object_store-v0.11.0...pyo3-object_store-v0.12.0)

---
updated-dependencies:
- dependency-name: pyo3-object_store
  dependency-version: 0.12.0
  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 rust Pull requests that update rust code labels Jul 21, 2026
@kylebarron kylebarron closed this Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/pyo3-object_store-0.12.0 branch July 21, 2026 10:27
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant