Skip to content

Commit 5b03590

Browse files
authored
chore: update fastapi dev dependency to fix vulnerability report (#1182)
https://github.com/langchain-ai/langsmith-sdk/security/dependabot/31 -- getting flagged in vanta only a dev dep, but easy enough to do anyways
2 parents 070d433 + 0b6fea2 commit 5b03590

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

python/poetry.lock

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

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pytest-cov = "^4.1.0"
5454
dataclasses-json = "^0.6.4"
5555
types-tqdm = "^4.66.0.20240106"
5656
vcrpy = "^6.0.1"
57-
fastapi = "^0.110.1"
57+
fastapi = "^0.115.4"
5858
uvicorn = "^0.29.0"
5959
pytest-rerunfailures = "^14.0"
6060
pytest-socket = "^0.7.0"

0 commit comments

Comments
 (0)