Skip to content

Commit 8d7027d

Browse files
committed
Make compatible with xp-forge/rest-client 6.0+
1 parent 4f1ca17 commit 8d7027d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ OpenAI APIs for XP ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 0.10.0 / 2025-08-16
7+
8+
* Made compatible with `xp-forge/rest-client` 6.0+ - @thekid
9+
610
## 0.9.0 / 2025-04-14
711

812
* **Heads up:** To use streaming with the legacy completions API, you

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"xp-framework/logging": "^11.2",
1111
"xp-framework/reflection": "^3.0 | ^2.0",
1212
"xp-forge/marshalling": "^2.3",
13-
"xp-forge/rest-client": "^5.7",
13+
"xp-forge/rest-client": "^6.0 | ^5.7",
1414
"xp-forge/websockets": "^4.0",
1515
"php" : ">=7.4.0"
1616
},

0 commit comments

Comments
 (0)