chore(deps): update rust crate pyo3-bytes to 0.6 - autoclosed#7044
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update rust crate pyo3-bytes to 0.6 - autoclosed#7044renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
auto-merge was automatically disabled
March 19, 2026 06:00
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5→0.6Release Notes
developmentseed/obstore (pyo3-bytes)
v0.6.0Compare Source
New Features 🪄
Breaking changes 🔧
Object store methods
No breaking changes.
Store constructors
In the
AzureStoreconstructor, thecontainerpositional argument was renamed tocontainer_nameto match thecontainer_namekey inAzureConfig. by @kylebarron in #380This 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 usingAzureStore(container_name="my container name").The idea here is that we want one and only one argument name for each underlying config parameter. Most of these breaking changes took place in 0.5.0, but this was overlooked.
Bug fixes 🐛
_buffered.pyifor python 3.9 by @kylebarron in #381__all__to fix type checking import paths #389Documentation 📖
Other
Full Changelog: developmentseed/obstore@py-v0.5.1...py-v0.6.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.