Skip to content

Commit b771d53

Browse files
authored
chore: Update project dependencies and version (#12)
1 parent ca0a0e1 commit b771d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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)