Skip to content

Commit 44afe87

Browse files
committed
chore: Update project dependencies and version
1 parent e92e1c0 commit 44afe87

File tree

2 files changed

+144
-12
lines changed

2 files changed

+144
-12
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[project]
22
name = "sysdig-mcp-server"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Sysdig MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"mcp[cli]==1.9.4",
8+
"mcp[cli]==1.10.0",
99
"python-dotenv>=1.1.0",
1010
"pyyaml==6.0.2",
1111
"sqlalchemy==2.0.36",
1212
"sqlmodel==0.0.22",
1313
"sysdig-sdk @ git+https://github.com/sysdiglabs/sysdig-sdk-python@e9b0d336c2f617f3bbd752416860f84eed160c41",
1414
"dask==2025.4.1",
1515
"oauthlib==3.2.2",
16-
"fastapi==0.115.12",
16+
"fastapi==0.116.1",
1717
"fastmcp==2.5.1",
1818
"requests",
1919
]

0 commit comments

Comments
 (0)