Skip to content

Commit 7e346cc

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 1537885 commit 7e346cc

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
@@ -59,13 +59,13 @@ dependencies = [
5959
[project.optional-dependencies]
6060
# LLM providers (user chooses which they need)
6161
anthropic = ["anthropic>=0.25.0,<1.0.0"]
62-
openai = ["openai>=1.12.0,<2.0.0"]
62+
openai = ["openai>=1.12.0,<3.0.0"]
6363
# Note: google-generativeai is deprecated but still works; google-genai requires
6464
# tenacity>=9.1.2 (now compatible with langchain>=0.3.0). Ready to migrate.
6565
google = ["google-generativeai>=0.3.0,<1.0.0"]
6666
llm = [
6767
"anthropic>=0.25.0,<1.0.0",
68-
"openai>=1.12.0,<2.0.0",
68+
"openai>=1.12.0,<3.0.0",
6969
"google-generativeai>=0.3.0,<1.0.0",
7070
]
7171

@@ -94,7 +94,7 @@ crewai = [
9494
healthcare = [
9595
# Everything in enterprise
9696
"anthropic>=0.25.0,<1.0.0",
97-
"openai>=1.12.0,<2.0.0",
97+
"openai>=1.12.0,<3.0.0",
9898
"google-generativeai>=0.3.0,<1.0.0",
9999
"memdocs>=1.0.0",
100100
"langchain>=1.0.0,<2.0.0",
@@ -168,7 +168,7 @@ dev = [
168168
developer = [
169169
# LLM providers
170170
"anthropic>=0.25.0,<1.0.0",
171-
"openai>=1.12.0,<2.0.0",
171+
"openai>=1.12.0,<3.0.0",
172172
"google-generativeai>=0.3.0,<1.0.0",
173173
# MemDocs integration
174174
"memdocs>=1.0.0",
@@ -188,7 +188,7 @@ developer = [
188188
enterprise = [
189189
# Everything in developer
190190
"anthropic>=0.25.0,<1.0.0",
191-
"openai>=1.12.0,<2.0.0",
191+
"openai>=1.12.0,<3.0.0",
192192
"google-generativeai>=0.3.0,<1.0.0",
193193
"memdocs>=1.0.0",
194194
"langchain>=1.0.0,<2.0.0",
@@ -211,7 +211,7 @@ enterprise = [
211211
full = [
212212
# LLM providers
213213
"anthropic>=0.25.0,<1.0.0",
214-
"openai>=1.12.0,<2.0.0",
214+
"openai>=1.12.0,<3.0.0",
215215
"google-generativeai>=0.3.0,<1.0.0",
216216
# MemDocs integration
217217
"memdocs>=1.0.0",
@@ -231,7 +231,7 @@ full = [
231231
all = [
232232
# LLM providers
233233
"anthropic>=0.25.0,<1.0.0",
234-
"openai>=1.12.0,<2.0.0",
234+
"openai>=1.12.0,<3.0.0",
235235
"google-generativeai>=0.3.0,<1.0.0",
236236
# MemDocs integration
237237
"memdocs>=1.0.0",

0 commit comments

Comments
 (0)