File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.12.0 (2025-05-06)
8
+ ### Changed
9
+ - Changed underlying ` openai/client ` package version to 0.12.0
10
+
7
11
## v0.10.0 (2024-06-19)
8
12
### Changed
9
13
- Specify header ` OpenAI-Beta: assistants=v2 `
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^8.1.0" ,
19
19
"nyholm/psr7" : " ^1.8.2" ,
20
- "openai-php/client" : " ^0.10.2 " ,
20
+ "openai-php/client" : " ^0.12.0 " ,
21
21
"psr/http-client" : " ^1.0.3" ,
22
22
"psr/http-factory" : " ^1.1.0" ,
23
23
"symfony/config" : " ^5.4|^6.3|^7.1.1" ,
You can’t perform that action at this time.
0 commit comments