Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@albertvillanova albertvillanova released this 18 Apr 09:59
· 21 commits to main since this release
3142d91

New features 🚀

  • SmolAgents MCP Client by @grll in #1200
    • Introduce a new MCPClient class that allows users to manage connections to one or more MCP servers, making integration with SmolAgents more flexible and scalable.
  • Amazon Bedrock Native API Support by @leandrodamascena in #1115
    • Add native support for Amazon Bedrock in the models module, enabling seamless interaction with Bedrock-hosted models.

Important changes 💥

  • Rename HfApiModel to InferenceClientModel by @julien-c in #1198
    • Align the naming with its broader usage beyond the Hugging Face Hub, clarifying its purpose and usage.
  • Star-pattern-based import authorization by @aymeric-roucher in #1180
    • Enhance import security by introducing a star-pattern-based authorization mechanism, allowing fine-grained control over which modules can be imported.

Fixes and improvements 🔧

New Contributors

Full Changelog: v1.13.0...v1.14.0