Skip to content

Commit 5d13645

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 fc16091 commit 5d13645

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,10 +59,10 @@ 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
llm = [
6464
"anthropic>=0.8.0,<1.0.0",
65-
"openai>=1.6.0,<2.0.0",
65+
"openai>=1.6.0,<3.0.0",
6666
]
6767

6868
# MemDocs integration for long-term memory
@@ -139,7 +139,7 @@ dev = [
139139
full = [
140140
# LLM providers
141141
"anthropic>=0.8.0,<1.0.0",
142-
"openai>=1.6.0,<2.0.0",
142+
"openai>=1.6.0,<3.0.0",
143143
# MemDocs integration
144144
"memdocs>=1.0.0",
145145
# Agents
@@ -155,7 +155,7 @@ full = [
155155
all = [
156156
# LLM providers
157157
"anthropic>=0.8.0,<1.0.0",
158-
"openai>=1.6.0,<2.0.0",
158+
"openai>=1.6.0,<3.0.0",
159159
# MemDocs integration
160160
"memdocs>=1.0.0",
161161
# Agents

0 commit comments

Comments
 (0)