Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

deps(core): bump the all group across 1 directory with 2 updates#1351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/cargo/wren-core-base/all-400881e519

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 20, 2025
edited
Loading

Updates the requirements onpyo3 andsqlparser to permit the latest version.
Updatespyo3 to 0.27.0

Release notes

Sourced frompyo3's releases.

PyO3 0.27.0

This release is the first PyO3 release to be tested against Python 3.14.0 final. There are no significant changes to 3.14 support since PyO3 0.26 which was tested against the 3.14 release candidates.

Support for PyPy 3.9 and PyPy 3.10 (both no longer supported upstream) has been dropped.

TheFromPyObject trait has been reworked in a similar fashion to theIntoPyObject trait introduced in PyO3 0.23. This has established a performant and flexible implementation of both these traits and no further changes to the traits are anticipated in the future. Thank you for the patience upgrading through these incremental improvements at the core of PyO3.

The.downcast() family of functions are now deprecated in favour of the.cast() family of functions, which are an incremental improvement to API usability and to error messages on failed conversions.

Operations on thePyCapsule type have been changed without deprecation to fix some issues with lifetimes of return values (in.name() and.reference() specifically). The capsule API now also encourages checking of capsule names, which is one of the few defences available to protect the validity of casting data read by the capsule API.

There are also many other incremental improvements, bug fixes and smaller features.

Please consult themigration guide for help upgrading.

Thank you to everyone who contributed code, documentation, design ideas, bug reports, and feedback. The following contributors' commits are included in this release:

@​alex@​altendky@​bazaah@​bschoenmaeckers@​crepererum@​davidhewitt@​dependabot[bot]@​elbaro@​Icxolu@​jqnatividad@​mbrobbel@​NilsIrl@​rvben@​sanders41@​tdyas@​Tpt@​vvsagar

Changelog

Sourced frompyo3's changelog.

[0.27.0] - 2025-10-19

Packaging

  • Extend range of supported versions ofhashbrown optional dependency to include version 0.16.#5428
  • Bump optionalnum-bigint dependency minimum version to 0.4.4.#5471
  • Test against Python 3.14 final release.#5499
  • Drop support for PyPy 3.9 and 3.10.#5516
  • Provide a better error message when building an outdated PyO3 for a too-new Python version.#5519

Added

  • AddFromPyObjectOwned as convenient trait bound forFromPyObject when the data is not borrowed from Python.#4390
  • AddBorrowed::extract, same asPyAnyMethods::extract, but does not restrict the lifetime by deref.#4390
  • experimental-inspect: basic support for#[derive(IntoPyObject)] (no struct fields support yet).#5365
  • experimental-inspect: support#[pyo3(get, set)] and#[pyclass(get_all, set_all)].#5370
  • AddPyTypeCheck::classinfo_object that returns an object that can be used as parameter inisinstance orissubclass.#5387
  • ImplementPyTypeInfo ondatetime.* types even when the limited API is enabled.#5388
  • ImplementPyTypeInfo onPyIterator,PyMapping andPySequence.#5402
  • ImplementPyTypeInfo onPyCode when using the stable ABI.#5403
  • ImplementPyTypeInfo onPyWeakrefReference when using the stable ABI.#5404
  • Addpyo3::sync::RwLockExt trait, analogous topyo3::sync::MutexExt for readwrite locks.#5435
  • AddPyString::from_bytes.#5437
  • ImplementAsRef<[u8]> forPyBytes.#5445
  • AddCastError andCastIntoError.#5468
  • AddPyCapsuleMethods::pointer_checked andPyCapsuleMethods::is_valid_checked.#5474
  • AddBorrowed::cast,Borrowed::cast_exact andBorrowed::cast_unchecked.#5475
  • Add conversions forjiff::civil::ISOWeekDate.#5478
  • Add conversions for&Cstr,Cstring andCow<Cstr>.#5482
  • add#[pyclass(skip_from_py_object)] option, to opt-out of theFromPyObject: PyClass + Clone blanket impl.#5488
  • AddPyErr::add_note.#5489
  • AddFromPyObject impl forCow<Path> &Cow<OsStr>.#5497
  • Add#[pyclass(from_py_object)] pyclass option, to opt-in to the extraction of pyclasses by value (requiresClone).#5506

Changed

  • ReworkFromPyObject trait for flexibility and performance:#4390
    • Add a second lifetime toFromPyObject, to allow borrowing data from Python objects (e.g.&str from Pythonstr).
    • Replaceextract_bound withextract, which takesBorrowed<'a, 'py, PyAny>.
  • OptimizeFromPyObject implementations forVec<u8> and[u8; N] frombytes andbytearray.#5244
  • Deprecate#[pyfn] attribute.#5384
  • Fetch type name dynamically on cast errors instead of usingPyTypeCheck::NAME.#5387
  • DeprecatePyTypeCheck::NAME in favour ofPyTypeCheck::classinfo_object which provides the type information at runtime.#5387
  • PyClassGuard(Mut) andPyRef(Mut) extraction now returns an opaque Rust error#5413
  • Fetch type name dynamically when exporting types implementingPyTypeInfo with#[pymodule_use].#5414
  • ImproveDebug representation ofPyBuffer<T>.#5442
  • experimental-inspect: change the way introspection data is emitted in the binaries to avoid a pointer indirection and simplify parsing.#5450
  • OptimizePy<T>::drop for the case when attached to the Python interpreter.#5454
  • ReplaceDowncastError andDowncastIntoError withCastError andCastIntoError.#5468
  • Enable fast-path for 128-bit integer conversions onGraalPy.#5471

... (truncated)

Commits

Updatessqlparser to 0.59.0

Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabotdependabotbot added core dependenciesPull requests that update a dependency file rustPull requests that update Rust code labelsOct 20, 2025
@coderabbitai
Copy link
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the@coderabbitai review command.

You can disable this status message by setting thereviews.review_status tofalse in the CodeRabbit configuration file.


Comment@coderabbitai help to get the list of available commands and usage tips.

@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch froma8d88c2 to90adc64CompareOctober 27, 2025 18:57
@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch 2 times, most recently fromc88b169 tof1c03d3CompareNovember 10, 2025 18:53
@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch fromf1c03d3 to0b99a3eCompareNovember 17, 2025 18:34
@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch from0b99a3e to01c1e93CompareNovember 24, 2025 19:14
@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch from01c1e93 toe5759d8CompareDecember 1, 2025 22:48
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version.Updates `pyo3` to 0.27.0- [Release notes](https://github.com/pyo3/pyo3/releases)- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)- [Commits](PyO3/pyo3@v0.26.0...v0.27.0)Updates `sqlparser` to 0.59.0- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)- [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.59.0)---updated-dependencies:- dependency-name: pyo3  dependency-version: 0.27.0  dependency-type: direct:production  dependency-group: all- dependency-name: sqlparser  dependency-version: 0.59.0  dependency-type: direct:production  dependency-group: all...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/cargo/wren-core-base/all-400881e519 branch frome5759d8 to892a0beCompareDecember 8, 2025 18:21
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

coredependenciesPull requests that update a dependency filerustPull requests that update Rust code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp