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:
vincent 2026-04-13 09:09:39 +08:00 committed by GitHub
commit 6240a791b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -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
View file

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