From afba3c9617c36ddf4873949fe3bfba22385b8c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:34:41 +0000 Subject: [PATCH] Update openai-php/client requirement from ^0.10.3 to ^0.12.0 Updates the requirements on [openai-php/client](https://github.com/openai-php/client) to permit the latest version. - [Release notes](https://github.com/openai-php/client/releases) - [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai-php/client/compare/v0.10.3...v0.12.0) --- updated-dependencies: - dependency-name: openai-php/client dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7c6630..55ded3e 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^8.2", "deeplcom/deepl-php": "^1.9", "illuminate/contracts": "^10.0||^11.0||^12.0", - "openai-php/client": "^0.10.3", + "openai-php/client": "^0.12.0", "spatie/laravel-package-tools": "^1.16", "stichoza/google-translate-php": "^5.2" },