Skip to content

Commit fa30000

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 f8ad65a commit fa30000

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

@@ -111,7 +111,7 @@ cache = [
111111
healthcare = [
112112
# Everything in enterprise
113113
"anthropic>=0.25.0,<1.0.0",
114-
"openai>=1.12.0,<2.0.0",
114+
"openai>=1.12.0,<3.0.0",
115115
"google-generativeai>=0.3.0,<1.0.0",
116116
"memdocs>=1.0.0",
117117
"langchain>=1.0.0,<2.0.0",
@@ -200,7 +200,7 @@ dev = [
200200
developer = [
201201
# LLM providers
202202
"anthropic>=0.25.0,<1.0.0",
203-
"openai>=1.12.0,<2.0.0",
203+
"openai>=1.12.0,<3.0.0",
204204
"google-generativeai>=0.3.0,<1.0.0",
205205
# MemDocs integration
206206
"memdocs>=1.0.0",
@@ -220,7 +220,7 @@ developer = [
220220
enterprise = [
221221
# Everything in developer
222222
"anthropic>=0.25.0,<1.0.0",
223-
"openai>=1.12.0,<2.0.0",
223+
"openai>=1.12.0,<3.0.0",
224224
"google-generativeai>=0.3.0,<1.0.0",
225225
"memdocs>=1.0.0",
226226
"langchain>=1.0.0,<2.0.0",
@@ -247,7 +247,7 @@ enterprise = [
247247
full = [
248248
# LLM providers
249249
"anthropic>=0.25.0,<1.0.0",
250-
"openai>=1.12.0,<2.0.0",
250+
"openai>=1.12.0,<3.0.0",
251251
"google-generativeai>=0.3.0,<1.0.0",
252252
# MemDocs integration
253253
"memdocs>=1.0.0",
@@ -267,7 +267,7 @@ full = [
267267
all = [
268268
# LLM providers
269269
"anthropic>=0.25.0,<1.0.0",
270-
"openai>=1.12.0,<2.0.0",
270+
"openai>=1.12.0,<3.0.0",
271271
"google-generativeai>=0.3.0,<1.0.0",
272272
# MemDocs integration
273273
"memdocs>=1.0.0",

0 commit comments

Comments
 (0)