Skip to content

Commit 6d2f7ad

Browse files
chore(deps): bump openai from 1.66.5 to 1.78.1
Bumps [openai](https://github.com/openai/openai-python) from 1.66.5 to 1.78.1. - [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.66.5...v1.78.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.78.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43e2af7 commit 6d2f7ad

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wrapt = "^1.14"
1515
attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717
langchain-core = { version = "^0.3.14", optional = true }
18-
openai = { version = "<1.67.0", optional = true }
18+
openai = { version = "<1.79.0", optional = true }
1919
openai-agents = { version = "<0.0.13", optional = true }
2020

2121
galileo-core = "~=3.32.0"
@@ -45,7 +45,7 @@ time-machine = "^2.16.0" # freezegun causes problems with pydantic model valida
4545
[tool.poetry.group.dev.dependencies]
4646
pre-commit = "^4.0.1"
4747
mypy = "^1.14.0"
48-
openai = "^1.61.0"
48+
openai = "^1.78.1"
4949

5050
[tool.poetry.group.docs.dependencies]
5151
mkdocs = "^1.6.0"

0 commit comments

Comments
 (0)