Skip to content

Update cython requirement from <4,>=3.0 to >=3.2.4,<4 in /sdks/python#38151

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4
Closed

Update cython requirement from <4,>=3.0 to >=3.2.4,<4 in /sdks/python#38151
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on cython to permit the latest version.

Changelog

Sourced from cython's changelog.

3.2.4 (2026-01-04)

Features added

  • In preparation of Cython 3.3, a new decorator @collection_type(tname) can be used to advertise an extension type as being a 'sequence' or 'mapping'. This currently only has the effect of setting the Py_TPFLAGS_SEQUENCE flag on the type or not, but is provided for convenience to allow using the new decorator already in Cython 3.2 code.

  • Several C++ exception declarations were added to libcpp.exceptions. (Github issue :issue:7389)

Bugs fixed

  • Pseudo-literal default values of function arguments like arg=str() could generate invalid C code when internally converted into a real literal. (Github issue :issue:6192)

  • The pickle serialisation of extension types using the auto_pickle feature was larger than necessary since 3.2.0 for types without Python object attributes. It is now back to the state before 3.2.0 again. (Github issue :issue:7443)

  • Constants are now only made immortal on freethreading Python if they are not shared. (Github issue :issue:7439)

  • PyDict_SetDefaultRef() is now used when available to avoid temporary borrowed references. (Github issue :issue:7347)

  • Includes all fixes as of Cython 3.1.8.

3.2.3 (2025-12-14)

Features added

  • The C-API declarations were updated to include the new PyList_*() functions. (Github issue :issue:7291)

  • The Py_mod_gil module setting can now be changed with a C macro, overriding the freethreading_compatible directive setting. (Github issue :issue:7404)

Bugs fixed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@dependabot dependabot Bot force-pushed the dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4 branch from 1c8abdf to f28e2ef Compare April 22, 2026 14:51
@dependabot dependabot Bot force-pushed the dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4 branch from 1c8abdf to f28e2ef Compare April 22, 2026 14:52
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.61%. Comparing base (0cdd1b4) to head (f28e2ef).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #38151      +/-   ##
============================================
- Coverage     54.62%   54.61%   -0.01%     
  Complexity     1689     1689              
============================================
  Files          1067     1067              
  Lines        168155   168133      -22     
  Branches       1226     1226              
============================================
- Hits          91852    91829      -23     
- Misses        74109    74110       +1     
  Partials       2194     2194              
Flag Coverage Δ
python 79.60% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot Bot force-pushed the dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4 branch from f28e2ef to 69ad991 Compare April 27, 2026 13:14
Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version.
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.0.0...3.2.4)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/sdks/python/cython-gte-3.2.4-and-lt-4 branch from 69ad991 to 72d5077 Compare April 27, 2026 17:38
@github-actions
Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @damccorm 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).

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

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/pip/sdks/python/cython-gte-3.2.4-and-lt-4 branch April 27, 2026 20:04
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 docker Next Action: Reviewers python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant