update sentry_arroyo==2.38.2#1935
Merged
sentry-release-bot[bot] merged 3 commits intomainfrom Feb 27, 2026
Merged
Conversation
There was a problem hiding this comment.
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.14to the[confluent-kafka==2.9.0]section inpackages.inito restore the intended compatibility guard.
- Re-added
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 =
patchWithout --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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.