Skip to content

Commit 73e0338

Browse files
chore(deps-dev): Update openai requirement in the llm-providers group
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. Updates `openai` to 2.14.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.6.0...v2.14.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.14.0 dependency-type: direct:development dependency-group: llm-providers ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e44c6c1 commit 73e0338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ dependencies = [
5959
[project.optional-dependencies]
6060
# LLM providers (user chooses which they need)
6161
anthropic = ["anthropic>=0.8.0,<1.0.0"]
62-
openai = ["openai>=1.6.0,<2.0.0"]
62+
openai = ["openai>=1.6.0,<3.0.0"]
6363
# Note: google-generativeai is deprecated but still works; google-genai requires
6464
# tenacity>=9.1.2 which conflicts with langchain<0.3.0. Will migrate when langchain updates.
6565
google = ["google-generativeai>=0.8.0,<1.0.0"]
6666
llm = [
6767
"anthropic>=0.8.0,<1.0.0",
68-
"openai>=1.6.0,<2.0.0",
68+
"openai>=1.6.0,<3.0.0",
6969
"google-generativeai>=0.8.0,<1.0.0",
7070
]
7171

@@ -146,7 +146,7 @@ dev = [
146146
full = [
147147
# LLM providers
148148
"anthropic>=0.8.0,<1.0.0",
149-
"openai>=1.6.0,<2.0.0",
149+
"openai>=1.6.0,<3.0.0",
150150
"google-generativeai>=0.8.0,<1.0.0",
151151
# MemDocs integration
152152
"memdocs>=1.0.0",
@@ -163,7 +163,7 @@ full = [
163163
all = [
164164
# LLM providers
165165
"anthropic>=0.8.0,<1.0.0",
166-
"openai>=1.6.0,<2.0.0",
166+
"openai>=1.6.0,<3.0.0",
167167
"google-generativeai>=0.8.0,<1.0.0",
168168
# MemDocs integration
169169
"memdocs>=1.0.0",

0 commit comments

Comments
 (0)