equinix-labs / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
2 stars 8 forks source link

set pydantic to specific version (1.10.2), to prevent deprication errors #108

Closed AlexBacho closed 11 months ago

AlexBacho commented 11 months ago

Equinix_metal library expects pydantic version less than two, as it's using a deprecated object type. Until this is fixed in equinix_metal, we need to set pydantic to a version bellow 2 to prevent deprecation errors.

image