Skip to content

Update cython requirement from <4,>=3.2.5 to >=3.2.6,<4 in /sdks/python#39099

Merged
derrickaw merged 1 commit into
masterfrom
dependabot/pip/sdks/python/cython-gte-3.2.6-and-lt-4
Jun 26, 2026
Merged

Update cython requirement from <4,>=3.2.5 to >=3.2.6,<4 in /sdks/python#39099
derrickaw merged 1 commit into
masterfrom
dependabot/pip/sdks/python/cython-gte-3.2.6-and-lt-4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on cython to permit the latest version.

Changelog

Sourced from cython's changelog.

3.2.6 (2026-06-24)

Bugs fixed

  • @functools.wraps() was broken in Py3.14+ for Cython compiled functions. (Github issue :issue:7675)

  • A double-free in the t-string code was fixed. (Github issue :issue:7712)

  • The - operator declarations for iterators in libcpp.vector we corrected. Patch by Vadim Markovtsev. (Github issue :issue:7717)

  • The shared utility code module no longer uses a temporary file path that changed the C code on each generation. (Github issue :issue:7723)

  • On 32 bit platforms, cached constants are no longer made immortal during module import. (Github issue :issue:7744)

Other changes

  • Binary wheels are now built with -DNDEBUG to discard runtime assertions from CPython's inline functions.

3.2.5 (2026-05-23)

Bugs fixed

  • A compile failure was fixed when using the walrus operator inside of try-except. (Github issue :issue:7462)

  • Expressions with side-effects as object argument to isinstance() could get evaluated multiple times, e.g. when they use the walrus operator. (Github issue :issue:7670)

  • Several problems generating the shared utility module were resolved, including a performance regression with memory views. (Github issues :issue:7487, :issue:7497, :issue:7504, :issue:7558)

  • Some GC and refcounting issues were resolved for Cython functions in the Limited API. (Github issue :issue:7594)

  • Refcounting errors and error handling issues were resolved in some rare error handling cases.

... (truncated)

Commits
  • f49dd24 Disable failing test in Py3.8.
  • e377190 Update changelog.
  • 98635e5 Fix functools.wraps on cyfunctions on 3.14+ by providing a basic `_annotate...
  • 1d797c1 Update changelog.
  • c57a7c7 pypy fails test_nocopy_star_args (#7711)
  • c94acfe Build: Compile with -DNDEBUG to discard asserts in CPython's inline functions.
  • 3a75be0 Fix a deprecation warning in regex usage.
  • 56b4db9 Prepare release of 3.2.6.
  • 7ea9737 CI: Remove PyPy pin now that there is a bug fix release.
  • fa7ef68 Update changelog.
  • 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 [cython](https://github.com/cython/cython) to permit the latest version.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.2.5...3.2.6)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.6
  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 labels Jun 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @jrmccluskey for label python.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@derrickaw derrickaw merged commit d77d12a into master Jun 26, 2026
107 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/sdks/python/cython-gte-3.2.6-and-lt-4 branch June 26, 2026 13: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 Next Action: Reviewers python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant