From 1e2eb339d8689e98cd615c7d638e5f24dc062763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:04:05 +0000 Subject: [PATCH] Bump openai from 1.45.0 to 1.52.2 in /bot Bumps [openai](https://github.com/openai/openai-python) from 1.45.0 to 1.52.2. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.45.0...v1.52.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/poetry.lock | 8 ++++---- bot/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bot/poetry.lock b/bot/poetry.lock index 7523551..3fba753 100644 --- a/bot/poetry.lock +++ b/bot/poetry.lock @@ -1089,13 +1089,13 @@ files = [ [[package]] name = "openai" -version = "1.45.0" +version = "1.52.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.52.2-py3-none-any.whl", hash = "sha256:57e9e37bc407f39bb6ec3a27d7e8fb9728b2779936daa1fcf95df17d3edfaccc"}, + {file = "openai-1.52.2.tar.gz", hash = "sha256:87b7d0f69d85f5641678d414b7ee3082363647a5c66a462ed7f3ccb59582da0d"}, ] [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 = "fb81a73344e900f75c8e37adbce01bebc704d4a8bace937fd423fa3ef7ad9c12" diff --git a/bot/pyproject.toml b/bot/pyproject.toml index 79cf6c2..a66abdb 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.52.2" async-lru = "^2.0.4" semver = "^3.0.2" orjson = "^3.10.7"