From 0c13ea8417673dd818e0ceadcdc5fe166d54b45d Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:40:28 -0500 Subject: [PATCH] Bump openai version --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec67d6..e03f0c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,7 @@ dependencies = [ "langchain_openai>=0.2", "langchain-anthropic>=0.2", "markdownify>=0.12.1", - "openai<1.47", - # 1.47.0 introduced a bug with attempting to reuse an async client that doesnt have an obvious solution + "openai>=1.55.3", "pydantic-settings>=2.2.1", "textual>=0.61.1", "tiktoken>=0.7.0",