Skip to content

Commit d356193

Browse files
authored
Merge pull request #2 from litmusautomation/develop
CVE fix
2 parents e9cea97 + bea9397 commit d356193

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ dependencies = [
88
"fastapi>=0.115.12",
99
"jinja2>=3.1.6",
1010
"litmussdk",
11-
"mcp[cli]>=1.6.0",
11+
"mcp[cli]>=1.8.0",
1212
"nats-py>=2.10.0",
1313
"numpy>=2.2.5",
1414
"python-multipart>=0.0.20",
1515
]
1616

1717
[dependency-groups]
18+
cve-patches = [
19+
"h11>=0.16.0",
20+
]
1821
lint = [
1922
"black>=25.1.0",
2023
"radon>=6.0.1",
@@ -39,7 +42,7 @@ exclude = [
3942
".pytest_cache",
4043
".ruff_cache",
4144
"__init__.py",
42-
"tester"
45+
"dev_tests"
4346
]
4447
line-length = 88
4548
indent-width = 4

uv.lock

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)