new lock + poetry

This commit is contained in:
ishaan-jaff 2023-09-15 09:47:28 -07:00
parent 01a6400dde
commit a963d13db0
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -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]]
name = "aiohttp"
@ -781,4 +781,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "92f0b0a791672418730c81b43342075559fe88aadc5ed35194c6d3d026169d24"
content-hash = "1faa380c8c9cb087df8497c6edc5a88886faee41ef707c5f819c9cd0c648493b"

View file

@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
openai = "^0.28.0"
openai = "^0.28.0 || ^0.27.0"
python-dotenv = ">=0.2.0"
tiktoken = "^0.4.0"
importlib-metadata = "^6.8.0"