mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-26 15:34:18 +02:00
Bump pydocket to >=0.16.5 for Redis ACL fix
pydocket 0.16.5 fixes an issue where worker_group_name was passed as a KEY instead of ARGV in Lua scripts, causing ACL failures when Redis users are restricted to key patterns. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c72b5dd7f0
commit
6824d56aec
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"mcp>=1.24.0,<2.0",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"platformdirs>=4.0.0",
|
||||
"pydocket>=0.16.4",
|
||||
"pydocket>=0.16.5",
|
||||
"rich>=13.9.4",
|
||||
"cyclopts>=4.0.0",
|
||||
"authlib>=1.6.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue