You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
class AdapterMetadata:
"""Metadata about the adapter"""
name: str
version: str
supported_library_versions: List[str]
description: str
We are defining adapter metadata class as above, but maintaining supported_library_versions could be quite tedious. Maybe do we should change this parameter to minimal_supported_library_version and accept all further versions?
We are defining adapter metadata class as above, but maintaining
supported_library_versionscould be quite tedious. Maybe do we should change this parameter tominimal_supported_library_versionand accept all further versions?