forked from phoenix/litellm-mirror
new lock + poetry
This commit is contained in:
parent
01a6400dde
commit
a963d13db0
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -1,4 +1,4 @@
|
||||||
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiohttp"
|
name = "aiohttp"
|
||||||
|
@ -781,4 +781,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "92f0b0a791672418730c81b43342075559fe88aadc5ed35194c6d3d026169d24"
|
content-hash = "1faa380c8c9cb087df8497c6edc5a88886faee41ef707c5f819c9cd0c648493b"
|
||||||
|
|
|
@ -8,7 +8,7 @@ readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
openai = "^0.28.0"
|
openai = "^0.28.0 || ^0.27.0"
|
||||||
python-dotenv = ">=0.2.0"
|
python-dotenv = ">=0.2.0"
|
||||||
tiktoken = "^0.4.0"
|
tiktoken = "^0.4.0"
|
||||||
importlib-metadata = "^6.8.0"
|
importlib-metadata = "^6.8.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue