griptape
griptape copied to clipboard
chore(main): release 1.7.0
:robot: I have created a release beep boop
1.7.0 (2025-05-02)
✨ Features
- add EDB PG.AI Knowledge Base Vector Store Driver (6811596)
- add support for username in RedisVectorStoreDriver and RedisConversationMemoryDriver (167dbc8)
- add UrlArtifact, ImageUrlArtifact (#1913) (366af16), closes #1359
- drivers-embedding-nvidia-nim: add
NvidiaNimEmbeddingDriver. (55b1771) - drivers-embedding: add optional parameter
vector_operationto methods inBaseEmbeddingDriver. (55b1771) - drivers-prompt-openai: update default model for
OpenAiChatPromptDriverandAzureOpenAiChatPromptDrivertogpt-4.1(daa7ca4) - drivers-rerank-nvidia-nim: add
NvidiaNimRerankDriver(b2a900a) - drivers-vector-store: pass parameter
vector_operationtoself.embedding_driverembed methods. (55b1771)
🐛 Bug Fixes
- add type annotation to kwargs to fix docs build (#1917) (e49ea76)
- deps: pin marshmallow <4 to avoid backwards incompatible changes (#1891) (521f22b)
- drivers-prompt-amazon-bedrock: don't error when passing non-text artifacts as input (04d8de0)
- drivers-prompt-amazon-bedrock: support reasoning content (8d11365)
- drivers-prompt-openai: don't include
user,seedif not set (#1910) (8d497c5) - drivers-vector-pgvector: fix behavior of default count parameter (#1905) (e3d9f73)
- drivers-vector-store-astradb: pass correct client parameters (#1907) (b961a1e)
- implement pydantic model deserialization (#1877) (f7640f6)
- properly detect openai reasoning models (#1922) (f3944f5)
- remove from Message if is an empty array (95f22bb)
- remove
contentfrom Message ifcontentis an empty array (#1895) (95f22bb) - serialization: resolve BaseStructureRunDriver to allow for serialization (#1914) (3e9789e)
- serialize StructureRunTool (#1925) (314c943)
- subtasks: handle non-string inputs during schema validation subtask (04d8de0)
- types: preserve type hints on @lazy_property decorator (#1836) (a008de7)
📦 Dependencies
- bump astrapy from 1.5.2 to 2.0.1 (#1881) (b607c47)
- bump duckduckgo-search from 7.5.2 to 8.0.0 (#1880) (a98fdf6)
- bump rich from 13.9.4 to 14.0.0 (#1884) (9dc0601)
- bump the production-dependencies group across 1 directory with 26 updates (#1919) (050396d)
📚 Documentation
- add top level link to griptape nodes (#1887) (8d36c44)
- update example to save images to disk (#1908) (c65fe69)
This PR was generated with Release Please. See documentation.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:loudspeaker: Thoughts on this report? Let us know!