Skip to content

Commit e31a6b0

Browse files
authored
Merge branch 'release-1.8.1' into fix-api-key-components
2 parents 3682a2d + e0a63ec commit e31a6b0

3 files changed

Lines changed: 5710 additions & 5709 deletions

File tree

src/backend/base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintainers = [
1818

1919
dependencies = [
2020
"lfx~=0.3.0",
21-
"fastapi>=0.115.2,<1.0.0",
21+
"fastapi>=0.135.0,<1.0.0",
2222
"httpx[http2]>=0.27,<1.0.0",
2323
"aiofile>=3.9.0,<4.0.0",
2424
"uvicorn>=0.30.0,<1.0.0",

src/lfx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"pandas>=2.0.0,<3.0.0",
1313
"pydantic>=2.0.0,<3.0.0",
1414
"pillow>=10.0.0,<13.0.0",
15-
"fastapi>=0.115.13,<1.0.0",
15+
"fastapi>=0.135.0,<1.0.0",
1616
"uvicorn>=0.34.3,<1.0.0",
1717
"typer>=0.16.0,<1.0.0",
1818
"platformdirs>=4.3.8,<5.0.0",

0 commit comments

Comments
 (0)