Skip to content

Commit 3e981b1

Browse files
authored
Changed underlying openai/client package version to 0.12.0 (#25) (#26)
* Changed underlying `openai/client` package version to 0.12.0 (#25) * update require to php >=8.2 (#25) * drop php 8.1 from test matrix (#25)
1 parent 7185af1 commit 3e981b1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.1, 8.2, 8.3, 8.4]
12+
php: [8.2, 8.3, 8.4]
1313
symfony: [5.4.*, 6.4.*, 7.0.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:
16-
- php: 8.1
17-
symfony: 7.0.*
1816
- php: 8.4
1917
symfony: 5.4.*
2018
- php: 8.4

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1.0",
18+
"php": "^8.2.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)