Skip to content

Commit 28b993f

Browse files
authored
Merge pull request #10 from hmoreau/upgrade-client-v0.7.10
Upgrade client v0.7.10
2 parents de75b44 + 40685c2 commit 28b993f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1.0",
1515
"nyholm/psr7": "^1.8.0",
16-
"openai-php/client": "^v0.6.4",
16+
"openai-php/client": "^v0.7.10",
1717
"psr/http-client": "^1.0.2",
1818
"psr/http-factory": "^1.0.2",
1919
"symfony/config": "^5.4.21|^6.2.7",

tests/DependencyInjection/OpenAIExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function testService(): void
2525
'http_code' => 200,
2626
'response_headers' => [
2727
'content-type' => 'application/json',
28+
'x-request-id' => '0123456789abcdef0123456789abcdef',
2829
],
2930
]);
3031
});

0 commit comments

Comments
 (0)