From 864f164aa1896931c11019b231830f6e1d4c0f13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:19:52 +0000 Subject: [PATCH] chore(deps): update dependency openai/openai to >=1.3.0,<1.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb087a145ec..71ec6bd52357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ mysql = [ "mysqlclient>=2.1.1,<3" ] openai = [ - "openai>=1.3.0,<1.21" + "openai>=1.3.0,<1.22" ] postgres = [ "psycopg[binary]>=3.1.8,<4"