litellm/pyproject.toml
Krrish Dholakia b50c7c1200 bump version
2023-08-05 10:12:58 -07:00

21 lines
491 B
TOML

[tool.poetry]
name = "litellm"
version = "0.1.31"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
openai = {extras = ["datalib"], version = "^0.27.8"}
cohere = "^4.18.0"
pytest = "^7.4.0"
anthropic = "^0.3.7"
replicate = "^0.10.0"
python-dotenv = "^1.0.0"
tenacity = "^8.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"