What's Changed
✨ Enhancements
- feat(drivers-web-scraper-proxy): add
_extract_pageparameter toProxyWebScraperDriverto override web page extraction at runtime. by @vachillo in #1935 - add max_subtasks to agent by @ian-massingham in #1973
🐛 Bug Fixes
- ci: remove release-please in favor of github releasing by @collindutter in #1933
- fix: properly serialize GrokPromptDriver and CoherePromptDriver by @collindutter in #1934
- Always upsert vectors in BaseVectorStoreDriver by @cjkindel in #1940
- fix: add missing
ignored_exception_typestoOpenAiImageGenerationDriverby @vachillo in #1947 - fix: detect whether mcp tool is already in an event loop by @collindutter in #1994
📦 Dependencies
- deps: bump the production-dependencies group with 8 updates by @dependabot[bot] in #1939
- deps: bump the production-dependencies group with 10 updates by @dependabot[bot] in #1945
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1989
- build(deps): bump tj-actions/changed-files from 46 to 47 by @dependabot[bot] in #2000
- build(deps): bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #2044
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2040
- deps: bump pyasn1 from 0.6.1 to 0.6.2 by @dependabot[bot] in #2058
- deps: bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #2061
- deps: bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #2059
- deps: bump urllib3 from 1.26.20 to 2.5.0 by @dependabot[bot] in #1980
- chore(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #2090
- deps: bump protobuf from 5.29.3 to 5.29.6 by @dependabot[bot] in #2096
- deps: bump pyasn1 from 0.6.2 to 0.6.3 by @dependabot[bot] in #2100
- deps: bump pypdf from 5.5.0 to 6.9.2 by @dependabot[bot] in #2103
- deps: bump markdown from 3.7 to 3.8.1 by @dependabot[bot] in #2105
- deps: bump pillow from 11.2.1 to 11.3.0 by @dependabot[bot] in #2094
- deps: bump cryptography from 44.0.2 to 46.0.6 by @dependabot[bot] in #2095
- deps: bump pyopenssl from 25.0.0 to 26.0.0 by @dependabot[bot] in #2099
- deps: bump h2 from 4.2.0 to 4.3.0 by @dependabot[bot] in #2102
- deps: bump transformers from 4.51.3 to 4.53.0 by @dependabot[bot] in #2106
- deps: bump lxml-html-clean from 0.4.1 to 0.4.4 by @dependabot[bot] in #2104
- deps: bump pyjwt from 2.10.1 to 2.12.0 by @dependabot[bot] in #2097
- deps: bump setuptools from 76.0.0 to 78.1.1 by @dependabot[bot] in #2098
- deps: bump pymdown-extensions from 10.14.3 to 10.16.1 by @dependabot[bot] in #2110
- deps: bump torch from 2.6.0 to 2.8.0 by @dependabot[bot] in #2108
- deps: bump virtualenv from 20.29.3 to 20.36.1 by @dependabot[bot] in #2109
- deps: bump marshmallow from 3.26.1 to 3.26.2 by @dependabot[bot] in #2123
- deps: bump pynacl from 1.5.0 to 1.6.2 by @dependabot[bot] in #2107
- deps: bump werkzeug from 3.1.3 to 3.1.6 by @dependabot[bot] in #2121
- deps: bump pip from 25.1.1 to 26.0 by @dependabot[bot] in #2122
- deps: bump pygments from 2.19.1 to 2.20.0 by @dependabot[bot] in #2124
- deps: bump aiohttp from 3.11.13 to 3.13.4 by @dependabot[bot] in #2101
- deps: bump redis from 5.2.1 to 6.2.0 by @dependabot[bot] in #1978
- deps: bump pillow from 11.3.0 to 12.1.1 by @dependabot[bot] in #2134
- deps: bump aiohttp from 3.11.13 to 3.13.4 by @dependabot[bot] in #2135
- deps: bump the development-dependencies group across 1 directory with 22 updates by @dependabot[bot] in #2138
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2141
- deps: bump the development-dependencies group with 3 updates by @dependabot[bot] in #2142
- deps: bump pillow from 12.1.1 to 12.2.0 by @dependabot[bot] in #2144
- deps: bump pypdf from 6.9.2 to 6.10.0 by @dependabot[bot] in #2145
- deps: bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #2146
- deps: bump pypdf from 6.10.0 to 6.10.2 by @dependabot[bot] in #2156
- deps: bump the development-dependencies group with 2 updates by @dependabot[bot] in #2159
- deps: bump urllib3 from 2.5.0 to 2.7.0 by @dependabot[bot] in #2174
- deps: bump lxml from 5.3.1 to 6.1.0 by @dependabot[bot] in #2175
- deps: bump pip from 26.0 to 26.1 by @dependabot[bot] in #2176
- deps: bump the development-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #2162
- deps: bump the development-dependencies group with 4 updates by @dependabot[bot] in #2180
- deps: bump the development-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #2191
- chore(deps): bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #2192
- chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #2210
Other Changes
- fix: doc string update for gpt-image-1 in OpenAiImageGenerationDriver by @ian-massingham in #1936
- ci: clean up stable release pipeline by @collindutter in #1937
- Add AudioUrlArtifact by @zachgiordano in #1938
- Document how to create ZIP-based tools and structures in Griptape Cloud by @cjkindel in #1951
- Fix headers for create structure/tool by @cjkindel in #1953
- fix(drivers-prompt-google): correctly handle debug logs by @collindutter in #1952
- Support Griptape Cloud base_url with paths by @cjkindel in #1954
- chore: bump to next minor version in main branch by @vachillo in #1958
- feat: Support gpt-image-1 in GriptapeCloudImageGenerationDriver by @cjkindel in #1964
- Handle embedded text with commas for PGAI Vector Store Driver by @cjkindel in #1967
- feat: MCP Tool by @cjkindel in #1962
- Remove dependency on active event_loop in MCP tool initialization by @cjkindel in #1969
- Docs/mcp by @cjkindel in #1972
- Super attrs_post_init by @cjkindel in #1974
- chore: bump v1.8.0 by @collindutter in #1976
- feat: Handle event stream error messages in GriptapeCloudPromptDriver by @cjkindel in #1983
- fix: add support for gpt-5 by @collindutter in #1985
- chore: bump v1.8.1 by @collindutter in #1986
- Image variation in the GTC Image Generation Driver by @andrewfrench in #1990
- feat: persist summary in conversation memory by @torabshaikh in #1924
- chore: bump v1.8.2 by @collindutter in #1997
- update: GriptapeCloudPromptDriver model serialization by @shhlife in #2004
- feat: add VideoUrlArtifact to artifacts module by @ian-massingham in #2005
- fix: add missing tokenizer values for gpt-5 by @collindutter in #2008
- fix: resolve python version ambiguity by @collindutter in #2009
- fix: export mcp tool from griptape.tools package by @collindutter in #2011
- fix: preserve array item types when converting mcp schema by @collindutter in #2013
- fix: wait for schema init in mcp tool by @collindutter in #2014
- fix: strip Pydantic JSON Schema 'title' metadata while preserving pot… by @Mahmoud-Ameen in #2019
- refactor: vendor json_schema_to_pydantic to cut out custom logic by @collindutter in #2023
- fix: handle pydantic models when serializing by @collindutter in #2022
- fix: use correct pydantic field default by @collindutter in #2028
- fix(tools-mcp): surface exception group exceptions by @collindutter in #2029
- feat: add allow_any_type parameter to JSON schema resolver by @collindutter in #2030
- fix: pass allow_any_type all the way through by @collindutter in #2032
- refactor: replace vendored json_schema_to_pydantic with actual package by @collindutter in #2033
- fix: use local output_schema when validating by @collindutter in #2039
- fix(drivers-prompt-amazon-bedrock): add support for
reasoningContentby @vachillo in #2043 - Fix/firefox doc syntax by @cjkindel in #2049
- Docs/nodes priority by @cjkindel in #2053
- Lazy Large 3rd party imports by @kateforsberg13 in #2056
- chore: bump v1.9.0 by @collindutter in #2057
- fix(drivers-prompt-griptape-cloud): set very high max_input_tokens to avoid client-side input truncation by @collindutter in #2066
- chore: update logo by @collindutter in #2068
- Migrate GTC Image driver supported models by @cjkindel in #2067
- fix(drivers-prompt-anthropic): make top_p and top_k optional to avoid API conflict by @ian-massingham in #2070
- fix: use parameter value in output_schema validator error message by @giulio-leone in #2073
- feat: add Claude 4.x model support to AnthropicTokenizer by @ian-massingham in #2077
- Window venv activation documentation by @cjkindel in #2080
- fix: make API key error message service-agnostic by @giulio-leone in #2078
- deprecation(utils): deprecate PythonRunner with security warning by @collindutter in #2086
- fix: resolve code scanning alert no. 10: Workflow does not contain permissions by @collindutter in #2111
- fix: resolve code scanning alert no. 9: Workflow does not contain permissions by @collindutter in #2112
- fix: resolve code scanning alert no. 7: Workflow does not contain permissions by @collindutter in #2114
- fix: resolve code scanning alert no. 6: Workflow does not contain permissions by @collindutter in #2115
- fix: resolve code scanning alert no. 5: Workflow does not contain permissions by @collindutter in #2116
- fix: resolve code scanning alert no. 3: Workflow does not contain permissions by @collindutter in #2118
- fix: resolve code scanning alert no. 2: Workflow does not contain permissions by @collindutter in #2119
- fix: resolve code scanning alert no. 1: Workflow does not contain permissions by @collindutter in #2120
- fix: resolve code scanning alert no. 8: Workflow does not contain permissions by @collindutter in #2113
- fix: resolve code scanning alert no. 4: Workflow does not contain permissions by @collindutter in #2117
- deps: bump urllib3 from 2.5.0 to 2.6.3 by @collindutter in #2126
- deps: bump requests from 2.32.4 to 2.33.1 by @collindutter in #2127
- chore: drop Python 3.9 support, set minimum to Python 3.10 by @collindutter in #2129
- fix: pin pymdown-extensions>=10.17 for pygments 2.20.0 compatibility by @collindutter in #2133
- security: harden CommandRunner against shell injection and add unit tests (re-opened) by @RinZ27 in #2140
- fix(drivers-prompt-openai): pass valid URI-reference as tool schema
$idby @collindutter in #2151 - fix(tools-mcp): sanitize MCP tool names into valid activity names by @collindutter in #2153
- fix(tasks): remove
valuesenvelope from LLM-facing tool schema by @collindutter in #2154 - chore: bump v1.10.0 by @collindutter in #2157
- fix: pass GH_RELEASE_PAT via token input in release workflow by @collindutter in #2158
- refactor(google): migrate all Google drivers to google-genai SDK by @collindutter in #2155
- fix(tests): stop hitting network and register .webp mime type by @collindutter in #2166
- fix(drivers-prompt-anthropic): omit sampling params for claude-opus-4-7 by @ian-massingham in #2163
- chore: bump v1.10.1 by @collindutter in #2168
- deps: bump tiktoken floor to 0.12 by @griptapeops[bot] in #2172
- fix(anthropic): accept ImageUrlArtifact in tool results by @collindutter in #2187
- chore: bump v1.10.2 by @collindutter in #2188
- fix(drivers-web-search-exa): stop sending removed use_autoprompt param by @griptapeops[bot] in #2200
- fix(drivers-web-search-duckduckgo): migrate from duckduckgo_search to ddgs by @griptapeops[bot] in #2201
- docs: clarify SummaryConversationMemory interaction with Chat/Conversation by @Ottohere-Mourn in #2189
- chore: bump v1.10.3 by @collindutter in #2204
- fix(tokenizers): add Claude 4.x token limits to AmazonBedrockTokenizer by @kimnamu in #2207
- feat: add DateTimeMetaEntry to MetaMemory by @Ottohere-Mourn in #2190
- feat: add AmazonBedrockRerankDriver by @mayankdas2005 in #2208
- docs: point Data Source requests to Discord instead of email by @collindutter in #2229
- LocalVectorStoreDriver namespace match accuracy by @cjkindel in #2244
- fix(drivers-prompt-amazon-bedrock): omit unsupported temperature by @collindutter in #2248
- chore: bump v1.11.0 by @collindutter in #2249
New Contributors
- @Mahmoud-Ameen made their first contribution in #2019
- @kateforsberg13 made their first contribution in #2056
- @giulio-leone made their first contribution in #2073
- @RinZ27 made their first contribution in #2140
- @griptapeops[bot] made their first contribution in #2172
- @Ottohere-Mourn made their first contribution in #2189
- @kimnamu made their first contribution in #2207
- @mayankdas2005 made their first contribution in #2208
Full Changelog: v1.7.0...v1.11.0