Skip to content

Commit 52484d9

Browse files
committed
Changed underlying openai/client package version to 0.12.0 (#25)
1 parent 7185af1 commit 52484d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.12.0 (2025-05-06)
8+
### Changed
9+
- Changed underlying `openai/client` package version to 0.12.0
10+
711
## v0.10.0 (2024-06-19)
812
### Changed
913
- Specify header `OpenAI-Beta: assistants=v2`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.1.0",
1919
"nyholm/psr7": "^1.8.2",
20-
"openai-php/client": "^0.10.2",
20+
"openai-php/client": "^0.12.0",
2121
"psr/http-client": "^1.0.3",
2222
"psr/http-factory": "^1.1.0",
2323
"symfony/config": "^5.4|^6.3|^7.1.1",

0 commit comments

Comments
 (0)