Skip to content

Commit 3f5f102

Browse files
authored
Merge pull request #69 from openai/bump-minor-version
v1.4.0
2 parents 524469f + b77d856 commit 3f5f102

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ We will increment patch versions for non-breaking changes:
1818

1919
## Breaking change changelog
2020

21+
### 1.4.0
22+
23+
- Widget and action classes are still usable but marked as deprecated in favor of using `WidgetTemplate` to build widgets from `.widget` files.
24+
- Added `jinja2` as a required dependency for widget template rendering.
25+
- A stop button is now shown by default during streaming, allowing users to cancel the stream mid-response. Integrations can override `ChatKitServer.get_stream_options` to change this behavior.
26+
2127
### 1.3.0
2228

2329
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai-chatkit"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "A ChatKit backend SDK."
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)