From f6087a6133aa7128333416404a99ec15f6040f1b Mon Sep 17 00:00:00 2001 From: Alberto Leal Date: Fri, 5 Jun 2026 18:08:32 -0400 Subject: [PATCH] chore(billing): Bump sentry-protos to 0.24.0 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 --- pyproject.toml | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d75943d8510895..591767b2c52532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ "sentry-ophio>=1.1.3", # sentry-options is only used in getsentry for now "sentry-options>=1.0.13", - "sentry-protos>=0.22.3", + "sentry-protos>=0.24.0", "sentry-redis-tools>=0.5.0", "sentry-relay>=0.9.27", "sentry-scm==0.22.0", diff --git a/uv.lock b/uv.lock index 5083b0d87eb41f..fbc3f546130b21 100644 --- a/uv.lock +++ b/uv.lock @@ -2424,7 +2424,7 @@ requires-dist = [ { name = "sentry-kafka-schemas", specifier = ">=2.1.27" }, { name = "sentry-ophio", specifier = ">=1.1.3" }, { name = "sentry-options", specifier = ">=1.0.13" }, - { name = "sentry-protos", specifier = ">=0.22.3" }, + { name = "sentry-protos", specifier = ">=0.24.0" }, { name = "sentry-redis-tools", specifier = ">=0.5.0" }, { name = "sentry-relay", specifier = ">=0.9.27" }, { name = "sentry-scm", specifier = "==0.22.0" }, @@ -2608,7 +2608,7 @@ wheels = [ [[package]] name = "sentry-protos" -version = "0.22.3" +version = "0.24.0" source = { registry = "https://pypi.devinfra.sentry.io/simple" } dependencies = [ { name = "grpc-stubs", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -2616,7 +2616,7 @@ dependencies = [ { name = "protobuf", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/sentry_protos-0.22.3-py3-none-any.whl", hash = "sha256:aaf1e2e81e2551c8ffb4ebc90e5aaae86cb6e28625a46f9d344e3a623acd9897" }, + { url = "https://pypi.devinfra.sentry.io/wheels/sentry_protos-0.24.0-py3-none-any.whl", hash = "sha256:11367d578ef46f002f376546ff193b86a4e925f4eb92626c7fed74813207ac69" }, ] [[package]]