Skip to content

Commit 6816309

Browse files
authored
chore(release/1.6): release 1.6.2 (#1892)
1 parent cec5199 commit 6816309

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2](https://github.com/griptape-ai/griptape/compare/v1.6.1...v1.6.2) (2025-04-17)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** pin marshmallow <4 to avoid backwards incompatible changes ([#1891](https://github.com/griptape-ai/griptape/issues/1891)) ([cec5199](https://github.com/griptape-ai/griptape/commit/cec5199dc29758796a6fe28fd5d208cf6dd23fc5))
13+
714
## [1.6.1](https://github.com/griptape-ai/griptape/compare/v1.6.0...v1.6.1) (2025-04-14)
815

916

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.1"
3+
version = "1.6.2"
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)