We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def7fc0 commit 8d7a64fCopy full SHA for 8d7a64f
2 files changed
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
11
dependencies = [
12
- "httpx>=0.27.2,<0.28",
+ "httpx>=0.28.1,<0.29",
13
"pydantic>=2.0.0, <3",
14
"typing-extensions>=4.14, <5",
15
"anyio>=3.5.0, <5",
@@ -28,7 +28,7 @@ dependencies = [
28
"temporalio>=1.26.0,<2",
29
"aiohttp>=3.10.10,<4",
30
"redis>=5.2.0,<6",
31
- "litellm>=1.83.0,<2",
+ "litellm>=1.83.7,<2",
32
"kubernetes>=25.0.0,<36.0.0",
33
"jinja2>=3.1.3,<4",
34
"mcp[cli]>=1.4.1",
0 commit comments