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
If I don't care to version my API but I want to leverage a library that has versions, I should still be able to use the versioned library. Today, you have to provide a mapping from your versions the library versions. Probably we can just allow specifying the library version without the mapping in the @versionedDependency decorator.
The text was updated successfully, but these errors were encountered:
If I don't care to version my API but I want to leverage a library that has versions, I should still be able to use the versioned library. Today, you have to provide a mapping from your versions the library versions. Probably we can just allow specifying the library version without the mapping in the
@versionedDependency
decorator.The text was updated successfully, but these errors were encountered: