Skip to content

Support python 314#524

Open
fpacifici wants to merge 3 commits intomainfrom
fapcifici/upgrade_confluent
Open

Support python 314#524
fpacifici wants to merge 3 commits intomainfrom
fapcifici/upgrade_confluent

Conversation

@fpacifici
Copy link
Contributor

We need to support python 3.14.
This requires confluent kafka 2.12.1

@fpacifici fpacifici requested review from a team as code owners March 7, 2026 00:11
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@@ -1 +1 @@
confluent-kafka>=2.11.0,<2.12.0
confluent-kafka>=2.12.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing upper bound on confluent-kafka dependency version

Medium Severity

The confluent-kafka dependency previously had an upper bound (<2.12.0) but the new specification (>=2.12.1) removes it entirely. Since this is a published library (sentry-arroyo), a future major version of confluent-kafka (e.g., 3.x) with breaking API changes would be accepted by this constraint, potentially breaking downstream consumers at install time.

Fix in Cursor Fix in Web

max-parallel: 5
matrix:
python: [3.9, "3.10", "3.11", "3.12", "3.13"]
python: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.9 is EOL, are we able to drop it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants