Skip to content

Commit ae99839

Browse files
authored
feat: upgrading dependencies (#99)
1 parent 792a31d commit ae99839

File tree

2 files changed

+338
-313
lines changed

2 files changed

+338
-313
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ authors = [
99
{name = "Jonathan Löwenstern"}
1010
]
1111
dependencies = [
12-
"mcp~=1.12.4",
13-
"ollama~=0.5.3",
12+
"mcp~=1.16.0",
13+
"ollama~=0.6.0",
1414
"prompt-toolkit~=3.0.51",
1515
"rich~=14.1.0",
16-
"typer~=0.16.0",
16+
"typer~=0.19.2",
1717
]
1818

1919
[project.scripts]
@@ -33,5 +33,5 @@ packages = ["mcp_client_for_ollama", "mcp_client_for_ollama.config", "mcp_client
3333

3434
[dependency-groups]
3535
dev = [
36-
"pytest>=8.4.1",
36+
"pytest~=8.4.2",
3737
]

0 commit comments

Comments
 (0)