Use minimal openai-php/client composer.json restriction and not ^v0.7.8

Created on 4 December 2023, 7 months ago
Updated 7 December 2023, 7 months ago

Problem/Motivation

"openai-php/client": "^v0.7.8"

stands for >=0.7.8 <0.7.9
and this is probably not the preferred restriction.

This prevents using v0.8 of the client.

See this page on getcomposer.org https://getcomposer.org/doc/articles/versions.md#tilde-version-range-

Steps to reproduce

Proposed resolution

Require a minimum version and expect that openai api stays backward compatible.

"openai-php/client": ">=v0.7.8"

In case backward compatibility breaks in the future, we can re-introduce stricter constraints.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands ndf Amsterdam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024