(Fix) - Docker build error with pyproject.toml (#7550)

* fix pyproject

* fix homepage
This commit is contained in:
Ishaan Jaff
2025-01-04 10:50:24 -08:00
committed by GitHub
parent 3230c902c9
commit 06eea38c69
+3
View File
@@ -12,8 +12,11 @@ packages = [
[tool.poetry.urls]
homepage = "https://litellm.ai"
Homepage = "https://litellm.ai"
repository = "https://github.com/BerriAI/litellm"
Repository = "https://github.com/BerriAI/litellm"
documentation = "https://docs.litellm.ai"
Documentation = "https://docs.litellm.ai"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0, !=3.9.7"