bump openai version

This commit is contained in:
ishaan-jaff 2023-09-13 11:09:06 -07:00
parent 43cdd053a6
commit feb814a76e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -442,13 +442,13 @@ files = [
[[package]] [[package]]
name = "openai" name = "openai"
version = "0.27.10" version = "0.28.0"
description = "Python client library for the OpenAI API" description = "Python client library for the OpenAI API"
optional = false optional = false
python-versions = ">=3.7.1" python-versions = ">=3.7.1"
files = [ files = [
{file = "openai-0.27.10-py3-none-any.whl", hash = "sha256:beabd1757e3286fa166dde3b70ebb5ad8081af046876b47c14c41e203ed22a14"}, {file = "openai-0.28.0-py3-none-any.whl", hash = "sha256:d207ece78469be5648eb87b825753282225155a29d0eec6e02013ddbf8c31c0c"},
{file = "openai-0.27.10.tar.gz", hash = "sha256:60e09edf7100080283688748c6803b7b3b52d5a55d21890f3815292a0552d83b"}, {file = "openai-0.28.0.tar.gz", hash = "sha256:417b78c4c2864ba696aedaf1ccff77be1f04a581ab1739f0a56e0aae19e5a794"},
] ]
[package.dependencies] [package.dependencies]
@ -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 = "a4d053f143a2c046e068fe709eef9512e4aa03b1bf6476ac3862abbb11538bcf" content-hash = "92f0b0a791672418730c81b43342075559fe88aadc5ed35194c6d3d026169d24"

View file

@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
openai = "^0.27.8" openai = "^0.28.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"