Skip to content

Commit 734d0b5

Browse files
committed
Add GPT-5.2 to model types
1 parent 9cd75be commit 734d0b5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-19] [Add GPT-5.2 to model types](https://github.com/RubricLab/agents/commit/75bb96ce66510be037d423152c7da0f7e875a691)
12
- [2025-12-19] [Update custom field handling for Zod 4. Add unit tests.](https://github.com/RubricLab/agents/commit/ab12bae95da47b65c2c8b14e9a3b0e307deab23f)
23
- [2025-12-13] [Add required package repo field for provenance](https://github.com/RubricLab/agents/commit/0ffd9cd04802e1f72b847317cc52046734aca156)
34
- [2025-12-11] [Use updated package release script](https://github.com/RubricLab/agents/commit/001058e9312fe9c903534207ab7148b7ff919605)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@rubriclab/config": "*",
44
"@rubriclab/shapes": "*",
5-
"openai": "6.10.0",
5+
"openai": "6.15.0",
66
"partial-json": "0.1.7",
77
"zod": "4.1.13"
88
},
@@ -24,5 +24,5 @@
2424
"simple-git-hooks": {
2525
"post-commit": "bun x @rubriclab/package post-commit"
2626
},
27-
"version": "0.0.83"
27+
"version": "0.0.84"
2828
}

0 commit comments

Comments
 (0)