chore(billing): Bump sentry-protos to 0.24.0#117038
Merged
Merged
Conversation
Bump the sentry-protos pin from 0.22.3 to 0.24.0 to pick up two billing proto additions: - 0.23.0: add optional `type` to InvoiceLineItem (sentry-protos#293) - 0.24.0: add `tax_number` to BillingDetails (sentry-protos#286) These fields are consumed by in-flight getsentry billing work (platform invoice line item type, platform tax). Routine dependency bump touching only pyproject.toml and the lockfile. Refs https://github.com/getsentry/sentry-protos/releases/tag/0.24.0 Co-Authored-By: Claude <noreply@anthropic.com>
wedamija
approved these changes
Jun 5, 2026
Contributor
Backend Test FailuresFailures on
|
amy-chen23
pushed a commit
that referenced
this pull request
Jun 8, 2026
amy-chen23
pushed a commit
that referenced
this pull request
Jun 10, 2026
3 tasks
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.
Summary
Bumps the
sentry-protospin from 0.22.3 → 0.24.0 (latest). This is a routine dependency bump that touches onlypyproject.tomland theuv.locklockfile.What's included
Going from 0.22.3 to 0.24.0 picks up two billing proto additions:
typetoInvoiceLineItemtax_numbertoBillingDetailsRelease: https://github.com/getsentry/sentry-protos/releases/tag/0.24.0
Why
These new proto fields are consumed by in-flight getsentry billing work and need the bump to land in
sentryfirst:getsentry#20568— persist invoice line itemtypeon platform invoices (usesInvoiceLineItem.type, 0.23.0)getsentry#20532— make platform contract invoices tax-inclusive / REVENG-15 (usestax_number, 0.24.0)getsentry#20549— degrade platform tax on a provider outage and backfill itgetsentry#20556— classify Stripe infra errors at the charge seamNotes
uv lock --upgrade-package sentry-protos; only thesentry-protosentry changed (version + wheel URL + sha256).