anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
60 stars 51 forks source link

fix: Add huggingfaceml, swift, ansible and pub as valid packageTypes #177

Closed Nexolight closed 2 months ago

Nexolight commented 2 months ago

Description

Updated PackageTypeEnum and added "huggingfaceml", "swift", "ansible" and "pub" as those are now supported in artifactory.

Fixes #176

Type of change

Please delete options that are not relevant.

How has it been tested ?

Not well tested due to the nature of the change other than seeing if it would resolves the issue of calling get_repository("repository_name") on a repository with packageType "huggingfaceml" in conjunction with the hint in the official artifactory documentation that new ones will be added.

Do not merge if there is any BaseRepositoryModel.packageType specific code that needs to be implemented.

Checklist: