diff --git a/.github/workflows/ddl-changes.yml b/.github/workflows/ddl-changes.yml index b0334a4a09..8e57a2a52b 100644 --- a/.github/workflows/ddl-changes.yml +++ b/.github/workflows/ddl-changes.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 200 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/requirements.txt b/requirements.txt index 76cfce6c24..acfb6d0328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.8.2 python-rapidjson==1.8 redis==4.3.4 sentry-arroyo==2.17.1 -sentry-kafka-schemas==0.1.86 +sentry-kafka-schemas==0.1.90 sentry-redis-tools==0.3.0 sentry-relay==0.8.44 sentry-sdk==1.40.5 diff --git a/rust_snuba/Cargo.lock b/rust_snuba/Cargo.lock index 07b5f1f6a7..b49c6bfe8e 100644 --- a/rust_snuba/Cargo.lock +++ b/rust_snuba/Cargo.lock @@ -3142,9 +3142,9 @@ dependencies = [ [[package]] name = "sentry-kafka-schemas" -version = "0.1.86" +version = "0.1.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791e0bce4590c9154c58f1d848f3786c4b44646e9c882e9b6b48c8f33a9ef30b" +checksum = "689315a991314f4ec0f55ad6c0a5f9bfb8a34384916a3f7165dbd83c3fd2466e" dependencies = [ "jsonschema", "prettyplease", diff --git a/rust_snuba/Cargo.toml b/rust_snuba/Cargo.toml index b393341f63..ba0f3f319e 100644 --- a/rust_snuba/Cargo.toml +++ b/rust_snuba/Cargo.toml @@ -33,7 +33,7 @@ pyo3 = { version = "0.18.1", features = ["chrono"] } reqwest = { version = "0.11.11", features = ["stream"] } rust_arroyo = { version = "*", git = "https://github.com/getsentry/arroyo" } sentry = { version = "0.32.0", features = ["anyhow", "tracing"] } -sentry-kafka-schemas = "0.1.86" +sentry-kafka-schemas = "0.1.90" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } thiserror = "1.0"