Skip to content

Commit 99bd561

Browse files
committed
v4.39.1
1 parent 352328e commit 99bd561

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
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 4.39.1
3+
- Fix bug where API requests fail when json_schema is specified as the OutputFormat in Request-Response functions. [#44](https://github.com/mkht/PSOpenAI/issues/44)
4+
- Update deprecation models list.
5+
26
### 4.39.0
37
- Add `gpt-5-codex` model.
48

PSOpenAI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '4.39.0'
3+
ModuleVersion = '4.39.1'
44

55
# Supported PSEditions
66
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)