mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-19 04:20:26 +00:00
fixing importlib
This commit is contained in:
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+2
-2
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.455"
|
||||
version = "0.1.456"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
@@ -11,7 +11,7 @@ python = "^3.8"
|
||||
openai = "^0.27.8"
|
||||
python-dotenv = "^1.0.0"
|
||||
tiktoken = "^0.4.0"
|
||||
importlib_metadata
|
||||
importlib-metadata = "^6.8.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user