From 06eea38c69cf0cffaac3c5dd3d4f5c427a7b768b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 4 Jan 2025 10:50:24 -0800 Subject: [PATCH] (Fix) - Docker build error with pyproject.toml (#7550) * fix pyproject * fix homepage --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 624e1f94a6..7d050e03ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"