mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix pydantic import
This commit is contained in:
parent
dd6b4db090
commit
42c5c23d95
3 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
import sys
|
||||||
import dotenv, json, traceback, threading
|
import dotenv, json, traceback, threading
|
||||||
import subprocess, os
|
import subprocess, os
|
||||||
import litellm, openai
|
import litellm, openai
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.354"
|
version = "0.1.355"
|
||||||
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,6 +11,7 @@ python = "^3.8"
|
||||||
openai = {extras = ["datalib"], version = "^0.27.8"}
|
openai = {extras = ["datalib"], version = "^0.27.8"}
|
||||||
cohere = "^4.18.0"
|
cohere = "^4.18.0"
|
||||||
pytest = "^7.4.0"
|
pytest = "^7.4.0"
|
||||||
|
pydantic = "^2.1.1"
|
||||||
anthropic = "^0.3.7"
|
anthropic = "^0.3.7"
|
||||||
replicate = "^0.10.0"
|
replicate = "^0.10.0"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
pydantic
|
||||||
openai
|
openai
|
||||||
cohere
|
cohere
|
||||||
anthropic
|
anthropic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue