Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/openai/openai-go from 0.1.0-beta.10 to 1.1.0#18029

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 24, 2025
edited
Loading

Bumpsgithub.com/openai/openai-go from 0.1.0-beta.10 to 1.1.0.

Release notes

Sourced fromgithub.com/openai/openai-go's releases.

v1.1.0

1.1.0 (2025-05-22)

Full Changelog:v1.0.0...v1.1.0

Features

  • api: add container endpoint (2bd777d)
  • api: new API tools (e7e2123)
  • api: new streaming helpers for background responses (422a0db)

Chores

  • docs: grammar improvements (f4b23dd)
  • improve devcontainer setup (dfdaeec)

v1.0.0

1.0.0 (2025-05-19)

Full Changelog:v0.1.0-beta.11...v1.0.0

⚠ BREAKING CHANGES

  • client: rename file array param variant
  • api: improve naming and remove assistants
  • accumulator: update casing (#401)

Features

  • api: improve naming and remove assistants (4c623b8)

Bug Fixes

  • accumulator: update casing (#401) (d59453c)
  • client: correctly set stream key for multipart (0ec68f0)
  • client: don't panic on marshal with extra null field (9c15332)
  • client: increase max stream buffer size (9456455)
  • client: rename file array param variant (4cfcf86)
  • client: use scanner for streaming (aa58806)

Chores

... (truncated)

Changelog

Sourced fromgithub.com/openai/openai-go's changelog.

1.1.0 (2025-05-22)

Full Changelog:v1.0.0...v1.1.0

Features

  • api: add container endpoint (2bd777d)
  • api: new API tools (e7e2123)
  • api: new streaming helpers for background responses (422a0db)

Chores

  • docs: grammar improvements (f4b23dd)
  • improve devcontainer setup (dfdaeec)

1.0.0 (2025-05-19)

Full Changelog:v0.1.0-beta.11...v1.0.0

⚠ BREAKING CHANGES

  • client: rename file array param variant
  • api: improve naming and remove assistants
  • accumulator: update casing (#401)

Features

  • api: improve naming and remove assistants (4c623b8)

Bug Fixes

  • accumulator: update casing (#401) (d59453c)
  • client: correctly set stream key for multipart (0ec68f0)
  • client: don't panic on marshal with extra null field (9c15332)
  • client: increase max stream buffer size (9456455)
  • client: rename file array param variant (4cfcf86)
  • client: use scanner for streaming (aa58806)

Chores

0.1.0-beta.11 (2025-05-16)

... (truncated)

Commits
  • e6c7aaf Merge pull request#406 from openai/release-please--branches--main--changes--...
  • cdfb065 release: 1.1.0
  • 422a0db feat(api): new streaming helpers for background responses
  • 2bd777d feat(api): add container endpoint
  • e7e2123 feat(api): new API tools
  • dfdaeec chore: improve devcontainer setup
  • f4b23dd chore(docs): grammar improvements
  • f26c215 Merge pull request#403 from openai/release-please--branches--main--changes--...
  • a7ed605 release: 1.0.0
  • 421e3c5 chore(example): update fine-tuning (#450)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot 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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsMay 24, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)May 24, 2025 22:09
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/openai/openai-go-1.1.0 branch from6d6d983 toe0ea733CompareMay 24, 2025 22:25
Bumps [github.com/openai/openai-go](https://github.com/openai/openai-go) from 0.1.0-beta.10 to 1.1.0.- [Release notes](https://github.com/openai/openai-go/releases)- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)- [Commits](openai/openai-go@v0.1.0-beta.10...v1.1.0)---updated-dependencies:- dependency-name: github.com/openai/openai-go  dependency-version: 1.1.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/openai/openai-go-1.1.0 branch frome0ea733 to8bfdf5eCompareMay 26, 2025 11:47
@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJun 2, 2025

Superseded by#18172.

@dependabotdependabotbot closed thisJun 2, 2025
auto-merge was automatically disabledJune 2, 2025 11:45

Pull request was closed

@dependabotdependabotbot deleted the dependabot/go_modules/github.com/openai/openai-go-1.1.0 branchJune 2, 2025 11:45
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp