Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/snippets/custom-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion snippets/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions snippets/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.