v2.6.16
MinishLab/model2vecv2.6.16Jun 15, 2026by ysolanky
AI Summary
This release updates the ParallelBackend to support the GA API of parallel-web >= 1.0, migrating web search and web extract functions to the top-level client.
Key Highlights
- Migrated web_search and web_extract to the top-level client
- Pinned the minimum version to parallel-web >= 1.0
- Updated ParallelBackend implementation
New Features
- Parallel-web >= 1.0 GA API support
Full Release Notes
# Changelog ## Improvements - Support parallel-web >= 1.0 GA API in ParallelBackend: migrate web_search/web_extract to the top-level client and pin the floor to >=1.0 ## What's Changed * fix: update ParallelBackend for parallel-web >= 1.0 GA API by @ashpreetbedi in https://github.com/agno-agi/agno/pull/8412 * chore: release 2.6.16 by @ysolanky in https://github.com/agno-agi/agno/pull/8421 **Full Changelog**: https://github.com/agno-agi/agno/compare/v2.6.15...v2.6.16