From 8cec853c58305bc356be386dab5e2a6cc4e03060 Mon Sep 17 00:00:00 2001 From: Chris Guidry Date: Thu, 22 Jan 2026 12:50:01 -0500 Subject: [PATCH] Point to fix-redis-connection-guards branch Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25cf203ee..b8393c092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "mcp>=1.24.0,<2.0", "openapi-pydantic>=0.5.1", "platformdirs>=4.0.0", - "pydocket @ git+https://github.com/chrisguidry/docket.git", + "pydocket @ git+https://github.com/chrisguidry/docket.git@fix-redis-connection-guards", "rich>=13.9.4", "cyclopts>=4.0.0", "authlib>=1.6.5", diff --git a/uv.lock b/uv.lock index f2ffa70cf..a44ff1cba 100644 --- a/uv.lock +++ b/uv.lock @@ -756,7 +756,7 @@ requires-dist = [ { name = "platformdirs", specifier = ">=4.0.0" }, { name = "py-key-value-aio", extras = ["disk", "keyring", "memory"], specifier = ">=0.3.0,<0.4.0" }, { name = "pydantic", extras = ["email"], specifier = ">=2.11.7" }, - { name = "pydocket", git = "https://github.com/chrisguidry/docket.git" }, + { name = "pydocket", git = "https://github.com/chrisguidry/docket.git?rev=fix-redis-connection-guards" }, { name = "pyperclip", specifier = ">=1.9.0" }, { name = "python-dotenv", specifier = ">=1.1.0" }, { name = "rich", specifier = ">=13.9.4" }, @@ -1732,8 +1732,8 @@ wheels = [ [[package]] name = "pydocket" -version = "0.17.1" -source = { git = "https://github.com/chrisguidry/docket.git#c3167d568a1039135c2993cbd7796734ccefee67" } +version = "0.17.2.dev1+g74b25f8af" +source = { git = "https://github.com/chrisguidry/docket.git?rev=fix-redis-connection-guards#74b25f8afe8ca497fefc506008f2443f12559c60" } dependencies = [ { name = "cloudpickle" }, { name = "exceptiongroup", marker = "python_full_version < '3.11'" },