Skip to content

Commit 8d7a64f

Browse files
committed
fix: allow litellm security patch
1 parent def7fc0 commit 8d7a64f

2 files changed

Lines changed: 368 additions & 181 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010

1111
dependencies = [
12-
"httpx>=0.27.2,<0.28",
12+
"httpx>=0.28.1,<0.29",
1313
"pydantic>=2.0.0, <3",
1414
"typing-extensions>=4.14, <5",
1515
"anyio>=3.5.0, <5",
@@ -28,7 +28,7 @@ dependencies = [
2828
"temporalio>=1.26.0,<2",
2929
"aiohttp>=3.10.10,<4",
3030
"redis>=5.2.0,<6",
31-
"litellm>=1.83.0,<2",
31+
"litellm>=1.83.7,<2",
3232
"kubernetes>=25.0.0,<36.0.0",
3333
"jinja2>=3.1.3,<4",
3434
"mcp[cli]>=1.4.1",

0 commit comments

Comments
 (0)