Skip to content

Commit 2e0d282

Browse files
authored
chore(release/1.6): release 1.6.4 (#1902)
1 parent 63ba1bb commit 2e0d282

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.6.4](https://github.com/griptape-ai/griptape/compare/v1.6.3...v1.6.4) (2025-04-22)
8+
9+
10+
### Bug Fixes
11+
12+
* **drivers-prompt-amazon-bedrock:** don't error when passing non-text ([fea3068](https://github.com/griptape-ai/griptape/commit/fea30687734071b7c461e097d144b1fa2c0e018c))
13+
* **drivers-prompt-amazon-bedrock:** support reasoning content ([#1900](https://github.com/griptape-ai/griptape/issues/1900)) ([63ba1bb](https://github.com/griptape-ai/griptape/commit/63ba1bbeda6c127cb650984b314b22ee44a4668d)), closes [#1897](https://github.com/griptape-ai/griptape/issues/1897)
14+
* **subtasks:** handle non-string inputs during schema validation subtask ([fea3068](https://github.com/griptape-ai/griptape/commit/fea30687734071b7c461e097d144b1fa2c0e018c))
15+
716
## [1.6.3](https://github.com/griptape-ai/griptape/compare/v1.6.2...v1.6.3) (2025-04-21)
817

918

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "griptape"
3-
version = "1.6.3"
3+
version = "1.6.4"
44
description = "Modular Python framework for LLM workflows, tools, memory, and data."
55
authors = [{ name = "Griptape", email = "[email protected]" }]
66
requires-python = "~=3.9"

0 commit comments

Comments
 (0)