From 03f1f0c00e5679d61aca1605828bfc2399b8b0db Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Fri, 13 Sep 2024 09:27:42 -0400 Subject: [PATCH] chore(deps): bump openai support to v1.46 (#63) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff32c20..63e8a61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ openai_responses = "openai_responses.plugin" [tool.poetry.dependencies] python = ">=3.9,<4.0" -openai = ">=1.32,<1.44" +openai = ">=1.32,<1.46" requests-toolbelt = "^1" respx = "^0.20"