Skip to content

Commit

Permalink
chore(main): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Feb 13, 2025
1 parent 23ca1c5 commit e736837
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

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

## [1.4.0](https://github.com/griptape-ai/griptape/compare/v1.3.0...v1.4.0) (2025-02-13)


### Bug Fixes

* **drivers-files-griptape-cloud:** pass correct parameters when listing files ([#1674](https://github.com/griptape-ai/griptape/issues/1674)) ([4b2f618](https://github.com/griptape-ai/griptape/commit/4b2f618616b1f1ba2110d6a27c2f6b486eb9d7cf))
* **drivers-prompt-azure-openai:** fix AzureOpenAiChatPromptDriver by removing unsupported "modalities" ([#1694](https://github.com/griptape-ai/griptape/issues/1694)) ([6699a3d](https://github.com/griptape-ai/griptape/commit/6699a3d5f91b63904b1134081c9148466faf7a14))
* **drivers-prompt-openai:** conditionally add modalities/reasoning_effort based on model ([#1668](https://github.com/griptape-ai/griptape/issues/1668)) ([b9311c1](https://github.com/griptape-ai/griptape/commit/b9311c114588d80229ad4b17f6539c9a2222cea7))
* **drivers:** check existence of "audio" attribute ([#1730](https://github.com/griptape-ai/griptape/issues/1730)) ([23ca1c5](https://github.com/griptape-ai/griptape/commit/23ca1c5cc596894a4072afbb22f6f2b955cab759))
* **schema:** declare all artifacts for deserialization ([#1698](https://github.com/griptape-ai/griptape/issues/1698)) ([4904309](https://github.com/griptape-ai/griptape/commit/49043097980b4c30c5c378f71db40b11edd1623c))
* **tasks:** remove deprecation warning on CodeExecutionTask.input ([#1709](https://github.com/griptape-ai/griptape/issues/1709)) ([0427296](https://github.com/griptape-ai/griptape/commit/04272965fdd6e332afba6c1f91695168bb72edc0))
* **utils:** wrap primitives with more specific artifact types ([#1676](https://github.com/griptape-ai/griptape/issues/1676)) ([91800ad](https://github.com/griptape-ai/griptape/commit/91800ad60b36c5bdf6a0c258df161ee5daee114f))


### Documentation

* **assistants:** add section to cloud docs, update nav, add docs pages for what is, getting started, and runs ([#1686](https://github.com/griptape-ai/griptape/issues/1686)) ([4f6f8ce](https://github.com/griptape-ai/griptape/commit/4f6f8cefe75c460ae691b230a14aab885eb0af6b))
* fix integration test examples ([#1724](https://github.com/griptape-ai/griptape/issues/1724)) ([4fe4558](https://github.com/griptape-ai/griptape/commit/4fe45586b0c3ab83b878e5aa4bfde28637adcdd6))
* **tasks:** improve CodeExecutionTask example ([#1710](https://github.com/griptape-ai/griptape/issues/1710)) ([8c61d91](https://github.com/griptape-ai/griptape/commit/8c61d91a53d49444e4e1ac355f5804d5455d80c9))
* **tools:** move tools to framework portion of docs ([#1713](https://github.com/griptape-ai/griptape/issues/1713)) ([c2b23bb](https://github.com/griptape-ai/griptape/commit/c2b23bbd3847de325bac96f7e22a339dfb97fa1b))

## [1.3.0] - 2025-02-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "griptape"
version = "1.3.0"
version = "1.4.0"
description = "Modular Python framework for LLM workflows, tools, memory, and data."
authors = ["Griptape <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit e736837

Please sign in to comment.