From 0058020272b4e02f5b25d02da7472ad5e60a494e Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Sat, 1 Aug 2026 00:52:57 -0700 Subject: [PATCH] =?UTF-8?q?fix(deps):=20repin=20worldtree-sdk=201.1.1?= =?UTF-8?q?=E2=86=921.1.2=20(closes=20the=20SSE=20turn-stream=20traversal)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.1.2 is the same-day fix for the residual we caught in 1.1.1: the inline turn-stream URL construction (turn_stream.py:185) now uses quote(session_id, safe="") — the _build_path fix had missed that parallel site. Verified present (turn_stream.py:192). Built byte-exact from python-v1.1.2 (4f5e30f), infra-ops acceptance-verified; provenance otherwise unchanged from 1.1.1 (openapi 2.3.0, same frozen wire), drop-in. Suite 494 green — carried over from 1.1.1 unchanged. Release-only cadence: no tag. Supersedes d3a36f7's known-residual note (now closed upstream). --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9ce4fb..a566541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["worldtree", "debug", "sse", "web", "observability"] # owned by worldtree-sdk post-cutover (#20 slice-7 dropped httpx-sse). dependencies = [ "httpx>=0.27", - "worldtree-sdk==1.1.1", # #20 cutover: the consumer client layer (gitea PyPI); the hand-rolled wrappers now live behind ratatoskr.wt. 1.1.1 = path-encoding correctness fix (quote safe="" — a caller-shaped `/`/`../` in a path param no longer traverses the URL; we pass caller-shaped session_id/agent_id) + additive define_or_reuse / set_persona_state_raw (our parity #6) + 64 KiB error-body alloc cap. Same frozen wire as 1.0.0 (drop-in). + "worldtree-sdk==1.1.2", # #20 cutover: the consumer client layer (gitea PyPI); the hand-rolled wrappers now live behind ratatoskr.wt. 1.1.2 = closes the SSE turn-stream traversal we caught in 1.1.1 (quote safe="" at turn_stream.py:185; the _build_path fix had missed that inline construction). 1.1.1 = path-encoding correctness fix (quote safe="" — a caller-shaped `/`/`../` in a path param no longer traverses the URL; we pass caller-shaped session_id/agent_id) + additive define_or_reuse / set_persona_state_raw (our parity #6) + 64 KiB error-body alloc cap. Same frozen wire as 1.0.0 (drop-in). ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 3ad7caf..9278dea 100644 --- a/uv.lock +++ b/uv.lock @@ -509,7 +509,7 @@ requires-dist = [ { name = "sqlite-vec", marker = "extra == 'provider'", specifier = ">=0.1.6" }, { name = "starlette", marker = "extra == 'web'", specifier = ">=0.40" }, { name = "uvicorn", extras = ["standard"], marker = "extra == 'web'", specifier = ">=0.30" }, - { name = "worldtree-sdk", specifier = "==1.1.1", index = "https://gitea.phasefinal.com/api/packages/vh/pypi/simple/" }, + { name = "worldtree-sdk", specifier = "==1.1.2", index = "https://gitea.phasefinal.com/api/packages/vh/pypi/simple/" }, ] provides-extras = ["web", "provider", "dev"] @@ -897,12 +897,12 @@ wheels = [ [[package]] name = "worldtree-sdk" -version = "1.1.1" +version = "1.1.2" source = { registry = "https://gitea.phasefinal.com/api/packages/vh/pypi/simple/" } dependencies = [ { name = "httpx" }, ] -sdist = { url = "https://gitea.phasefinal.com/api/packages/vh/pypi/files/worldtree-sdk/1.1.1/worldtree_sdk-1.1.1.tar.gz", hash = "sha256:75a1f8ca405b22f0c20fdba0342b103a10ec280ee86671cae2407bd4279eb5b6" } +sdist = { url = "https://gitea.phasefinal.com/api/packages/vh/pypi/files/worldtree-sdk/1.1.2/worldtree_sdk-1.1.2.tar.gz", hash = "sha256:bd1eb8b303d4dd28ddb1fd63faac61a2674521f57f6bfdf580496245d75f08c2" } wheels = [ - { url = "https://gitea.phasefinal.com/api/packages/vh/pypi/files/worldtree-sdk/1.1.1/worldtree_sdk-1.1.1-py3-none-any.whl", hash = "sha256:ce8fd18b2778bcd5babf63b145b5903f02e51803d4cfc0571cc6baa28c59058a" }, + { url = "https://gitea.phasefinal.com/api/packages/vh/pypi/files/worldtree-sdk/1.1.2/worldtree_sdk-1.1.2-py3-none-any.whl", hash = "sha256:81161a4ee58e45a6b2fa6044421a4baa56f25a0d26dca9b5f4a5113ce51835b2" }, ]