21stdigital / statamic-aida

A.I.D.A is a Statamic addon that automates the generation of image alt texts using AI, enhancing web accessibility and SEO with minimal effort.
MIT License
5 stars 0 forks source link

chore(deps): update openai-php/client requirement from ^0.8.4 to ^0.9.1 #21

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Release notes

Sourced from openai-php/client's releases.

v0.9.1

What's Changed

Full Changelog: https://github.com/openai-php/client/compare/v0.9.0...v0.9.1

Changelog

Sourced from openai-php/client's changelog.

v0.9.1 (2024-05-24)

Added

  • Add support for Batches endpoint (#403)

v0.9.0 (2024-05-21)

Added

  • Assistants: add streaming support (#367)

v0.8.5 (2024-04-15)

Added

  • Audio: add support for timestamp_granularities (#374)

v0.8.4 (2024-02-07)

Fixed

  • Fix default fake data for meta information (#332)

v0.8.3 (2024-02-02)

Added

  • ThreadRun: Add "usage" property to the response (#330)

v0.8.2 (2024-01-26)

Fixed

  • ThreadRunStep: "content" missing in response if result has not been submitted (#319)
  • Files: "bytes" in retrieve response is may null (#325)

v0.8.1 (2023-12-22)

Added

  • Add support for Assistants and Threads endpoint (#271)
  • Add stream support for Text To Speech (#235)
  • Add test resources for Assistants and Threads (#279)

Changed

  • Remove thread messages delete endpoint (#309)

Fixed

  • Handle x-request-id in meta information (#283)
  • Handle meta information from azure headers (#307)
  • Add missing default system_fingerprint to chat create response fixture (#308)
  • Convert headers to lower case before creation meta information (#306)

Docs

  • Remove threads list endpoint from README.md (#275)
  • Clarify assistants files docs (#278)
  • Fix image creation example (#297)
  • Fix outdated links (#299)
  • Add troubleshooting section and explain how to configure HTTP client timeouts

v0.8.0 (2023-11-23)

Added

  • Add support for Assistants and Threads endpoint (#271)

... (truncated)

Commits
  • 8d15b79 release: v0.9.1
  • 5b17e19 Add batches API endpoint (#403)
  • 7b5652b release: v0.9.0
  • 7f7987e update doc blocks
  • fc9f672 Fix optional attributes for assistant streaming (#392)
  • 648ebcc Fix incorrect response variable for assistant streaming (#393)
  • 9a828d3 Merge pull request #367 from EthanBarlo/Implement-Assistants-Streaming
  • c798d28 Merge branch 'refs/heads/main' into pr/367
  • 90e8085 fixes after merge
  • bb9749b Merge remote-tracking branch 'github-desktop-EthanBarlo/Implement-Assistants-...
  • 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 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)
dependabot[bot] commented 3 months ago

Superseded by #24.