Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 0c13ea8

Browse files
committed
Bump openai version
1 parent 321c872 commit 0c13ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ dependencies = [
1212
"langchain_openai>=0.2",
1313
"langchain-anthropic>=0.2",
1414
"markdownify>=0.12.1",
15-
"openai<1.47",
16-
# 1.47.0 introduced a bug with attempting to reuse an async client that doesnt have an obvious solution
15+
"openai>=1.55.3",
1716
"pydantic-settings>=2.2.1",
1817
"textual>=0.61.1",
1918
"tiktoken>=0.7.0",

0 commit comments

Comments
 (0)