-
Notifications
You must be signed in to change notification settings - Fork 31
deps: update openai-php/client v0.16 #32
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
Conversation
v0.16.1 now :) released some bug fixes.
I think openai-php/client
1.0.0 should be release so that we don't have to bump the version constraint every time a minor 0.x version is released @nunomaduro
Maybe when Conversation API is done - that gives us parity with the deprecated Assistants API. That could change my upcoming 0.17.0 to 1.0.0.
v0.16.1 now :) released some bug fixes.
Thanks for the update!
If needed, I can update this PR. But ^0.16.0
still matches 0.16.1
, right? 🙂
But
^0.16.0
still matches0.16.1
, right? 🙂
It does. Thanks for the update, it's released.
What:
Description:
This PR updates the dependency requirement for
openai-php/client
to v0.16.Related release: https://github.com/openai-php/client/releases/tag/v0.16.0