forked from phoenix/litellm-mirror
loosen python dotenv version requirements
This commit is contained in:
parent
1fc2901531
commit
9d5070a124
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ readme = "README.md"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
openai = "^0.27.8"
|
||||
python-dotenv = "^1.0.0"
|
||||
python-dotenv = ">=0.2.0"
|
||||
tiktoken = "^0.4.0"
|
||||
importlib-metadata = "^6.8.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue