Point to fix-redis-connection-guards branch

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Chris Guidry 2026-01-22 12:50:01 -05:00
commit 8cec853c58
2 changed files with 4 additions and 4 deletions

View file

@ -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",

6
uv.lock generated
View file

@ -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'" },