Merge pull request #3925 from mikeslattery/main

feature - Types for mypy - issue #360
This commit is contained in:
Ishaan Jaff 2024-06-07 12:42:43 -07:00 committed by GitHub
commit a3251a4b07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

2
litellm/py.typed Normal file
View file

@ -0,0 +1,2 @@
# Marker file to instruct type checkers to look for inline type annotations in this package.
# See PEP 561 for more information.

View file

@ -5,6 +5,10 @@ description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
readme = "README.md"
packages = [
{ include = "litellm" },
{ include = "litellm/py.typed"},
]
[tool.poetry.urls]
homepage = "https://litellm.ai"