Skip to content

Commit e4eb354

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] <[email protected]>
1 parent 4d36188 commit e4eb354

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ dependencies = [
6464
[project.optional-dependencies]
6565
# LLM providers (user chooses which they need)
6666
anthropic = ["anthropic>=0.25.0,<1.0.0"]
67-
openai = ["openai>=1.12.0,<2.0.0"]
67+
openai = ["openai>=1.12.0,<3.0.0"]
6868
# Note: google-generativeai is deprecated but still works; google-genai requires
6969
# tenacity>=9.1.2 (now compatible with langchain>=0.3.0). Ready to migrate.
7070
google = ["google-generativeai>=0.3.0,<1.0.0"]
7171
llm = [
7272
"anthropic>=0.25.0,<1.0.0",
73-
"openai>=1.12.0,<2.0.0",
73+
"openai>=1.12.0,<3.0.0",
7474
"google-generativeai>=0.3.0,<1.0.0",
7575
]
7676

@@ -107,7 +107,7 @@ cache = [
107107
healthcare = [
108108
# Everything in enterprise
109109
"anthropic>=0.25.0,<1.0.0",
110-
"openai>=1.12.0,<2.0.0",
110+
"openai>=1.12.0,<3.0.0",
111111
"google-generativeai>=0.3.0,<1.0.0",
112112
"memdocs>=1.0.0",
113113
"langchain>=1.0.0,<2.0.0",
@@ -192,7 +192,7 @@ dev = [
192192
developer = [
193193
# LLM providers
194194
"anthropic>=0.25.0,<1.0.0",
195-
"openai>=1.12.0,<2.0.0",
195+
"openai>=1.12.0,<3.0.0",
196196
"google-generativeai>=0.3.0,<1.0.0",
197197
# MemDocs integration
198198
"memdocs>=1.0.0",
@@ -212,7 +212,7 @@ developer = [
212212
enterprise = [
213213
# Everything in developer
214214
"anthropic>=0.25.0,<1.0.0",
215-
"openai>=1.12.0,<2.0.0",
215+
"openai>=1.12.0,<3.0.0",
216216
"google-generativeai>=0.3.0,<1.0.0",
217217
"memdocs>=1.0.0",
218218
"langchain>=1.0.0,<2.0.0",
@@ -239,7 +239,7 @@ enterprise = [
239239
full = [
240240
# LLM providers
241241
"anthropic>=0.25.0,<1.0.0",
242-
"openai>=1.12.0,<2.0.0",
242+
"openai>=1.12.0,<3.0.0",
243243
"google-generativeai>=0.3.0,<1.0.0",
244244
# MemDocs integration
245245
"memdocs>=1.0.0",
@@ -259,7 +259,7 @@ full = [
259259
all = [
260260
# LLM providers
261261
"anthropic>=0.25.0,<1.0.0",
262-
"openai>=1.12.0,<2.0.0",
262+
"openai>=1.12.0,<3.0.0",
263263
"google-generativeai>=0.3.0,<1.0.0",
264264
# MemDocs integration
265265
"memdocs>=1.0.0",

0 commit comments

Comments
 (0)