Update cython requirement from <4,>=3.0 to >=3.2.4,<4 in /sdks/python#38151
Update cython requirement from <4,>=3.0 to >=3.2.4,<4 in /sdks/python#38151dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
1c8abdf to
f28e2ef
Compare
1c8abdf to
f28e2ef
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f28e2ef to
69ad991
Compare
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>
69ad991 to
72d5077
Compare
|
Assigning reviewers: R: @damccorm for label python. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on cython to permit the latest version.
Changelog
Sourced from cython's changelog.
... (truncated)
Commits
21bda42Update changelog.ea5e926Define missing C++ exception classes (#7389)c533d67Add sequence return type annotations in Parsing.py (GH-7416)d056a18Allow 'mapping' as@collection_type() in preparation of 3.3, but without actu...d347c82Remove exclusion of collection_type in test (#7442)fd6e825Merge branch '3.1.x' into 3.2.xce5c6cbUpdate changelog.74b97f9Fix arg=str() default argument (GH-6193)9c9e5c7Avoid immortalizing anything shared on freethreading (GH-7439)9d5507bFix accidental inefficiency in auto-pickling that always stored the object st...