Skip to content

update sentry_arroyo==2.38.2#1935

Merged
sentry-release-bot[bot] merged 3 commits intomainfrom
craft-release-639ea81afd128b01092bccdd95d5f1247f97a641
Feb 27, 2026
Merged

update sentry_arroyo==2.38.2#1935
sentry-release-bot[bot] merged 3 commits intomainfrom
craft-release-639ea81afd128b01092bccdd95d5f1247f97a641

Conversation

@sentry-release-bot
Copy link
Contributor

No description provided.

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 prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Accidental removal of python_versions constraint from confluent-kafka
    • Re-added python_versions = <3.14 to the [confluent-kafka==2.9.0] section in packages.ini to restore the intended compatibility guard.

Create PR

Or push these changes by commenting:

@cursor push 065ce38803
Preview (065ce38803)
diff --git a/packages.ini b/packages.ini
--- a/packages.ini
+++ b/packages.ini
@@ -306,6 +306,7 @@
     wget
 brew_requires = wget
 custom_prebuild = prebuild/librdkafka v2.8.0
+python_versions = <3.14
 [confluent-kafka==2.12.2]
 apt_requires =
     patch
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Without --source-deps-only, librdkafka picks up system-installed SASL
which includes GSSAPI/Kerberos support. auditwheel doesn't bundle
libgssapi_krb5.so, leaving GSS_C_NT_HOSTBASED_SERVICE unresolved at
import time.

On macOS, GSSAPI is always available as a system framework so bundling
isn't needed. On macOS, --source-deps-only is skipped because bundled
deps fail to compile with Xcode 16.

Also pin pyupgrade hook to python3.11 to avoid a crash on Python 3.14
(tokenize.cookie_re API change).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sentry-release-bot sentry-release-bot bot merged commit fbc27db into main Feb 27, 2026
16 checks passed
@sentry-release-bot sentry-release-bot bot deleted the craft-release-639ea81afd128b01092bccdd95d5f1247f97a641 branch February 27, 2026 22:00
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.

1 participant