mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fixing importlib
This commit is contained in:
parent
bf5e724a7c
commit
01e2a67e70
3 changed files with 2 additions and 2 deletions
BIN
dist/litellm-0.1.455-py3-none-any.whl
vendored
Normal file
BIN
dist/litellm-0.1.455-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/litellm-0.1.455.tar.gz
vendored
Normal file
BIN
dist/litellm-0.1.455.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.455"
|
version = "0.1.456"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
@ -11,7 +11,7 @@ python = "^3.8"
|
||||||
openai = "^0.27.8"
|
openai = "^0.27.8"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
tiktoken = "^0.4.0"
|
tiktoken = "^0.4.0"
|
||||||
importlib_metadata
|
importlib-metadata = "^6.8.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue