diff --git a/bot/poetry.lock b/bot/poetry.lock index 7523551..cea0f30 100644 --- a/bot/poetry.lock +++ b/bot/poetry.lock @@ -1089,13 +1089,13 @@ files = [ [[package]] name = "openai" -version = "1.45.0" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.45.0-py3-none-any.whl", hash = "sha256:2f1f7b7cf90f038a9f1c24f0d26c0f1790c102ec5acd07ffd70a9b7feac1ff4e"}, - {file = "openai-1.45.0.tar.gz", hash = "sha256:731207d10637335413aa3c0955f8f8df30d7636a4a0f9c381f2209d32cf8de97"}, + {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -1830,4 +1830,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "44033512228814d5b95bd8567ea2492355da2c146f0bc7fa3c3e6d7274bccbe7" +content-hash = "e1f30745d347fd3ccd030a822f5056e2ad476eef0e487dde2cf1f63a5fada520" diff --git a/bot/pyproject.toml b/bot/pyproject.toml index 79cf6c2..0eb802a 100644 --- a/bot/pyproject.toml +++ b/bot/pyproject.toml @@ -16,7 +16,7 @@ piccolo = { extras = ["all"], version = "^1.17.0" } pylint = "^3.2.7" ariadne-codegen = "^0.14.0" black = "^24.8.0" -openai = "^1.43.0" +openai = "^1.50.2" async-lru = "^2.0.4" semver = "^3.0.2" orjson = "^3.10.7"