Skip to content

Commit c78a427

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 e4a6276 commit c78a427

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

@@ -143,7 +143,7 @@ dev = [
143143
full = [
144144
# LLM providers
145145
"anthropic>=0.8.0,<1.0.0",
146-
"openai>=1.6.0,<2.0.0",
146+
"openai>=1.6.0,<3.0.0",
147147
"google-generativeai>=0.8.0,<1.0.0",
148148
# MemDocs integration
149149
"memdocs>=1.0.0",
@@ -160,7 +160,7 @@ full = [
160160
all = [
161161
# LLM providers
162162
"anthropic>=0.8.0,<1.0.0",
163-
"openai>=1.6.0,<2.0.0",
163+
"openai>=1.6.0,<3.0.0",
164164
"google-generativeai>=0.8.0,<1.0.0",
165165
# MemDocs integration
166166
"memdocs>=1.0.0",

0 commit comments

Comments
 (0)