v2.6.16
danny-avila/LibreChatv2.6.16Jun 15, 2026by ysolanky
AI Summary
Updates ParallelBackend to support the new GA API for parallel-web (>= 1.0), migrating web_search and web_extract to a top-level client.
Key Highlights
- Migrated to parallel-web >= 1.0 GA API
- Pinned floor to >= 1.0
- Updated ParallelBackend implementation
New Features
- Updated ParallelBackend for parallel-web >= 1.0 GA API
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