Skip to content

Commit 1a27839

Browse files
authored
Update starlette version >= 0.49.1 to fix vulnerability (#1495)
1 parent b3b6237 commit 1a27839

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pydantic = ">=1.10"
6767
pyyaml = ">=6.0"
6868
rich = ">=13.5.2"
6969
simpleeval = ">=0.9.13,"
70-
starlette = ">=0.27.0"
70+
starlette = ">=0.49.1"
7171
typer = ">=0.8"
7272
uvicorn = ">=0.23"
7373
watchdog = ">=3.0.0,"
@@ -167,8 +167,8 @@ include = [
167167
"tests/test_callbacks.py",
168168
]
169169
exclude = [
170-
"nemoguardrails/llm/providers/trtllm/**",
171-
"nemoguardrails/llm/providers/_langchain_nvidia_ai_endpoints_patch.py"
170+
"nemoguardrails/llm/providers/trtllm/**",
171+
"nemoguardrails/llm/providers/_langchain_nvidia_ai_endpoints_patch.py",
172172
]
173173

174174
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)