Skip to content

Update openai-php/client requirement from ^0.10.3 to ^0.13.0 #5

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 2025

Updates the requirements on openai-php/client to permit the latest version.

Release notes

Sourced from openai-php/client's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: openai-php/client@v0.12.0...v0.13.0

Changelog

Sourced from openai-php/client's changelog.

v0.13.0 (2025-05-14)

Added

  • Add support for Responses API (#541)

Fixed

  • Add Throwable type support to ClientFake responses (#576)

v0.12.0 (2025-05-04)

Changed

  • Removed PHP 8.1 support

v0.11.0 (2025-05-04)

Added

  • Add logprobs to Chat Response (#533)
  • Add ResponseHasMetaInformationContract contract to ThreadRunStepResponse (#523)
  • Add support for 'attributes' on vector store files (#551)
  • Add OpenAI compatibility support for Google Gemini (#502)
  • Add compatibility for Aliyun LLM APIs (#530)
  • Add ability to pass arguments to files list request (#557)
  • Add search vector store functionality (#559)
  • Add Image Response usage (#571)
  • Add category applied input types to moderation response (#572)
  • Add support for annotations in Chat response (Web Search) (#564)
  • Add test coverage for assistants streaming and related functionality (#444)

Changed

  • Update GitHub Action deprecations & opt into Dependabot (#544)
  • Draw attention away from deprecated completions endpoints in docs (#548)

Fixed

  • Fix type definition for responses in ClientFake::addResponses method (#382)
  • Fix Content retrieval in HttpTransport with custom HttpClient (#343)
  • Fix correct completion endpoint when logprobs missing (#550)
  • Fix chat completion choices to allow responses without logprobs field (#554)
  • Fix support for streaming of non-OpenAI models that return "ping" (#556)
  • Fix OpenRouter token usage response (#560)
  • Fix Gemini list models (#567)

v0.10.3 (2024-11-12)

Added

  • Add http status to ErrorException (#487)
  • Add cached_usage to CreateResponseUsage for Chat (#494)
  • Add moderation categories (Illicit*) (#495)

Fixed

  • Fix missing parameters on FineTuning RetrieveJobResponse (#496)
  • Fix nullable description on Assistants Tool Function (#484)
  • Fix attachment key missing on ThreadMessageResponse (#471)

v0.10.2 (2024-10-17)

... (truncated)

Commits
  • 3992298 doc: update changelog (v0.11.2 - v0.13.0) (#578)
  • 27f9329 Add support for Responses API (#541)
  • 2241ae0 fix(test): Add Throwable type to ClientFake response annotations (#576)
  • 3356a26 docs: Corrected readme for current PHP version requirement (#575)
  • 87cb053 chore: excludes 8.2 on pest 4
  • d6be418 chore: drops PHP 8.1
  • 31b4dcc chore: install Pest 4
  • 74b7851 chore: bumps dependencies
  • 9bd5a25 feat(OpenAI): Support annotations in Chat response. (Web Search) (#564)
  • 62e9822 feat(OpenAI): Add category applied input types to moderation response (#572)
  • Additional commits viewable in compare view

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)

Updates the requirements on [openai-php/client](https://github.com/openai-php/client) to permit the latest version.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](openai-php/client@v0.10.3...v0.13.0)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-version: 0.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 19, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants