releases
Coverage, reference pages, tools, and guides connected to this topic.
-
pydantic-ai 1.92.0 released
Pydantic AI 1.92.0 introduces Anthropic task budget support and runtime `output_retries` override with deprecation of the old `retries` field, enhancing control over AI agent execution and reliability. It also fixes key bugs like streaming response cleanup on cancellation, MCP session task isolation to prevent exit scope errors, and proper population of `RunContext` with run/conversation IDs and metadata.
-
autogen python-v0.7.5 released
AutoGen v0.7.5 adds linear memory support in RedisMemory, enabling more scalable and efficient long‑running agent conversations. It also introduces thinking mode for the Anthropic client and fixes several streaming, tool‑call, and correlation issues that improve reliability and performance for agent builders.
-
crewai 1.14.4 released
CrewAI 1.14.4 introduces enhanced cloud provider support with custom persistence keys for @persist, Responses API for Azure OpenAI, and new search/research tools via Tavily and You.com MCP integration. The release also includes critical bug fixes for JSON parsing, tool call preservation, and multimodal input handling, improving reliability for production agent deployments.
-
langgraph sdk==0.3.14 released
LangGraph SDK 0.3.14 introduces a `return_minimal` parameter for threads update operations, enabling more efficient API responses for AI agent builders. The release also includes streaming transformer infrastructure and support for `stream_events(version='v3')` on Pregel, providing enhanced control over event streaming in agent workflows.
-
letta 0.16.7 released
Letta 0.16.7 raises the default global context window from 32k to 128k and fixes the context window reset bug, with a completely overhauled compaction system that eliminates most manual configuration workarounds for self-hosted users. Block limits are no longer enforced, allowing blocks to grow freely, though users must now manage block size through alternative means if they were previously relying on limits to control per-turn costs.