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"
5
5
readme = " README.md"
6
6
requires-python = " >=3.12"
7
7
dependencies = [
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" ,
13
13
" 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" ,
18
18
" requests" ,
19
19
]
20
20
@@ -23,9 +23,9 @@ sysdig-mcp-server = "main:main"
23
23
24
24
[tool .uv ]
25
25
dev-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" ,
29
29
]
30
30
31
31
[build-system ]
You can’t perform that action at this time.
0 commit comments