-
Notifications
You must be signed in to change notification settings - Fork 314
ci: update openai requirement from <1.100.0 to <1.102.0 #722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [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.68.0...v1.101.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.101.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -70,7 +70,7 @@ docs = [ | |||
litellm = [ | |||
"litellm>=1.73.1,<2.0.0", | |||
# https://github.com/BerriAI/litellm/issues/13711 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the fix for this was released in 1.75.9 of litellm:
@@ -70,7 +70,7 @@ docs = [ | |||
litellm = [ | |||
"litellm>=1.73.1,<2.0.0", | |||
# https://github.com/BerriAI/litellm/issues/13711 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# https://github.com/BerriAI/litellm/issues/13711 |
@@ -70,7 +70,7 @@ docs = [ | |||
litellm = [ | |||
"litellm>=1.73.1,<2.0.0", | |||
# https://github.com/BerriAI/litellm/issues/13711 | |||
"openai<1.100.0", | |||
"openai<1.102.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"openai<1.102.0", | |
"openai>=1.68.0,<1.102.0", |
@@ -70,7 +70,7 @@ docs = [ | |||
litellm = [ | |||
"litellm>=1.73.1,<2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"litellm>=1.73.1,<2.0.0", | |
"litellm>=1.75.9,<2.0.0", |
Updates the requirements on openai to permit the latest version.
Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
4e28a42
release: 1.101.0 (#2577)e328fb4
release: 1.100.372e0ad6
chore(internal/ci): setup breaking change detection4ada66f
release: 1.100.2a94bd5b
chore(api): accurately represent shape for verbosity on Chat Completionsf889071
release: 1.100.1b3547d6
fix(types): revert response text config deletionadb1af8
release: 1.100.00843a11
feat(api): add new text parameters, expiration options34014ae
release: 1.99.9Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)