diff --git a/poetry.lock b/poetry.lock index a375d47..d941ee3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -978,13 +978,13 @@ twitter = ["twython"] [[package]] name = "openai" -version = "1.50.2" +version = "1.52.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, - {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, + {file = "openai-1.52.0-py3-none-any.whl", hash = "sha256:0c249f20920183b0a2ca4f7dba7b0452df3ecd0fa7985eb1d91ad884bc3ced9c"}, + {file = "openai-1.52.0.tar.gz", hash = "sha256:95c65a5f77559641ab8f3e4c3a050804f7b51d278870e2ec1f7444080bfe565a"}, ] [package.dependencies] @@ -1809,4 +1809,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ff7d4201b226c815f15ba543d85683b35deb8d3439524a5b2a92e963c99fe976" +content-hash = "f58d95356eec774ae0d86b489fd0ddaec504e7a39ee58d9acc1fa5d216742694" diff --git a/pyproject.toml b/pyproject.toml index 7b07ecb..ecc16f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "^3.12" django = "^5.0" nltk = "^3.9" -openai = "^1.50" +openai = "^1.52" django-environ = "^0.11.2" [tool.poetry.group.dev.dependencies]