Skip to content

Commit 5d49d33

Browse files
committed
Merge branch 'fix-api-key-components' of https://github.com/langflow-ai/langflow into fix-api-key-components
2 parents 8c4b4b8 + e31a6b0 commit 5d49d33

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)