Skip to content

Commit

Permalink
fix(deps): bump litellm from 1.42.6 to 1.42.8 (#466)
Browse files Browse the repository at this point in the history
Bumps [litellm](https://github.com/BerriAI/litellm) from 1.42.6 to 1.42.8.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.42.6...v1.42.8)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent d175158 commit f94f4e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10, <3.12"
pydantic = "^2.8.2"
litellm = "~1.42.6"
litellm = "~1.42.8"
beartype = "^0.18.5"

torch = { version = ">=2.1.0 <2.3.0", optional = true }
Expand Down

0 comments on commit f94f4e8

Please sign in to comment.