Skip to content

Commit

Permalink
chore: update fastapi dev dependency to fix vulnerability report (#1182)
Browse files Browse the repository at this point in the history
https://github.com/langchain-ai/langsmith-sdk/security/dependabot/31 --
getting flagged in vanta

only a dev dep, but easy enough to do anyways
  • Loading branch information
nfcampos authored Nov 6, 2024
2 parents 070d433 + 0b6fea2 commit 5b03590
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pytest-cov = "^4.1.0"
dataclasses-json = "^0.6.4"
types-tqdm = "^4.66.0.20240106"
vcrpy = "^6.0.1"
fastapi = "^0.110.1"
fastapi = "^0.115.4"
uvicorn = "^0.29.0"
pytest-rerunfailures = "^14.0"
pytest-socket = "^0.7.0"
Expand Down

0 comments on commit 5b03590

Please sign in to comment.