mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
fix(deps): cap fakeredis to <2.35.0 to prevent startup crash on 2.x (#3883)
Co-authored-by: Emily Chen <emilychen.techwriter@gmail.com> Fixes #3862
This commit is contained in:
parent
280885db59
commit
6240a791b7
2 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ dependencies = [
|
|||
"openapi-pydantic>=0.5.1",
|
||||
"platformdirs>=4.0.0",
|
||||
"pydocket>=0.17.2",
|
||||
"fakeredis[lua]<2.35.0",
|
||||
"rich>=13.9.4",
|
||||
"cyclopts>=4.0.0",
|
||||
"authlib>=1.6.5",
|
||||
|
|
|
|||
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 2
|
||||
revision = 3
|
||||
requires-python = ">=3.10"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.11'",
|
||||
|
|
@ -688,6 +688,7 @@ dependencies = [
|
|||
{ name = "authlib" },
|
||||
{ name = "cyclopts" },
|
||||
{ name = "exceptiongroup" },
|
||||
{ name = "fakeredis", extra = ["lua"] },
|
||||
{ name = "httpx" },
|
||||
{ name = "jsonref" },
|
||||
{ name = "jsonschema-path" },
|
||||
|
|
@ -746,6 +747,7 @@ requires-dist = [
|
|||
{ name = "authlib", specifier = ">=1.6.5" },
|
||||
{ name = "cyclopts", specifier = ">=4.0.0" },
|
||||
{ name = "exceptiongroup", specifier = ">=1.2.2" },
|
||||
{ name = "fakeredis", extras = ["lua"], specifier = "<2.35.0" },
|
||||
{ name = "httpx", specifier = ">=0.28.1" },
|
||||
{ name = "jsonref", specifier = ">=1.1.0" },
|
||||
{ name = "jsonschema-path", specifier = ">=0.3.4" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue