Skip to content

Commit a5528d4

Browse files
committed
Relax version constraints on dependencies
1 parent 2e5651f commit a5528d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ textual = "0.85.1"
2929
pygtrie = "2.5.0"
3030
httpx = ">=0.28.0"
3131
h2 = "4.1.0"
32-
httpx-sse = "0.4.0"
32+
httpx-sse = ">=0.4.0"
3333
blinker = "1.9.0"
34-
loguru = "0.7.3"
34+
loguru = ">=0.7.3"
3535
jq = "1.8.0"
36-
litellm = "1.60.4"
36+
litellm = ">=1.60.4"
3737
mcp = ">=1.19.0"
38-
jinja2 = "3.1.5"
38+
jinja2 = ">=3.1.5"
3939
aiorwlock = ">=1.5.0"
4040
mcputil = ">=0.5.0"
4141

0 commit comments

Comments
 (0)