From df2fd90293b2b40ea358c1ddb0a00666d30c8e40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:48:33 +0000 Subject: [PATCH] chore(deps): update dependency openai to v1.44.0 --- python/gpt-codegen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gpt-codegen/requirements.txt b/python/gpt-codegen/requirements.txt index ae07a1de..53ef95ab 100644 --- a/python/gpt-codegen/requirements.txt +++ b/python/gpt-codegen/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 frozenlist==1.4.1 idna==3.8 multidict==6.0.5 -openai==1.43.0 +openai==1.44.0 requests==2.32.3 tqdm==4.66.5 urllib3==2.2.2