File tree Expand file tree Collapse file tree 2 files changed +319
-288
lines changed Expand file tree Collapse file tree 2 files changed +319
-288
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ description = "Sysdig MCP Server"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
8- " mcp[cli]== 1.12.4 " ,
9- " python-dotenv> =1.1.0 " ,
10- " pyyaml== 6.0.2 " ,
11- " sqlalchemy== 2.0.36 " ,
12- " sqlmodel= =0.0.22" ,
8+ " mcp[cli]~= 1.12" ,
9+ " python-dotenv~ =1.1" ,
10+ " pyyaml~= 6.0" ,
11+ " sqlalchemy~= 2.0" ,
12+ " sqlmodel~ =0.0.22" ,
1313 " sysdig-sdk-python @ git+https://github.com/sysdiglabs/sysdig-sdk-python@852ee2ccad12a8b445dd4732e7f3bd44d78a37f7" ,
14- " dask== 2025.4.1 " ,
15- " oauthlib==3.2 .2" ,
16- " fastapi= =0.116.1" ,
17- " fastmcp== 2.11.3 " ,
14+ " dask~= 2025.4" ,
15+ " oauthlib~=3 .2" ,
16+ " fastapi~ =0.116.1" ,
17+ " fastmcp~= 2.11" ,
1818 " requests" ,
1919]
2020
@@ -23,9 +23,9 @@ sysdig-mcp-server = "main:main"
2323
2424[tool .uv ]
2525dev-dependencies = [
26- " pytest-cov== 6.2.1 " ,
27- " pytest== 8.4.1 " ,
28- " ruff= =0.12.1" ,
26+ " pytest-cov~= 6.2" ,
27+ " pytest~= 8.4" ,
28+ " ruff~ =0.12.1" ,
2929]
3030
3131[build-system ]
You can’t perform that action at this time.
0 commit comments