From 7509c178b10885dae3a22ead3fc5107a93c8a784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 May 2026 13:12:12 +0000 Subject: [PATCH] Update documentation: * Bump Restate to 1.6.2 * Bump SDK-Typescript to 1.14.4 * Bump SDK-Java to 2.7.0 SDK-Python 0.18.1, SDK-Go 0.24.0, SDK-Rust 0.10.0, --- docs/snippets/custom-variables.mdx | 2 +- snippets/python/pyproject.toml | 2 +- snippets/rust/Cargo.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/snippets/custom-variables.mdx b/docs/snippets/custom-variables.mdx index 0c91b655..3e63288b 100644 --- a/docs/snippets/custom-variables.mdx +++ b/docs/snippets/custom-variables.mdx @@ -3,7 +3,7 @@ export const CustomVars = ({name}) => { const TYPESCRIPT_SDK_VERSION = "1.14.4" const JAVA_SDK_VERSION = "2.7.0" const GO_SDK_VERSION = "0.24.0" - const PYTHON_SDK_VERSION = "0.18.0" + const PYTHON_SDK_VERSION = "0.18.1" const RUST_SDK_VERSION = "0.10.0" const mapping = { RESTATE_VERSION, diff --git a/snippets/python/pyproject.toml b/snippets/python/pyproject.toml index c3a0af55..1e4b4ce4 100644 --- a/snippets/python/pyproject.toml +++ b/snippets/python/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Python code snippets for documentation" requires-python = ">=3.11" dependencies = [ - "restate-sdk[harness,serde]==0.18.0", + "restate-sdk[harness,serde]==0.18.1", "hypercorn", "pydantic", "requests", diff --git a/snippets/rust/Cargo.lock b/snippets/rust/Cargo.lock index 5b90c512..238f2d9d 100644 --- a/snippets/rust/Cargo.lock +++ b/snippets/rust/Cargo.lock @@ -22,9 +22,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" +checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "base16ct" @@ -284,9 +284,9 @@ dependencies = [ [[package]] name = "either" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" [[package]] name = "elliptic-curve" @@ -1298,9 +1298,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr",