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
6 months ago I started new repositories for SDG as it had started failing each deployment I would release. After reimplementing it, we didn't have any issues and it was functioning as intended.
Today we tried to continue where we left off 6 months ago, but now I am getting the deployment error in the SDGData repo again. I only added a data file, its corresponding metadata, and set the report status to complete. I tried to return the repo to its state at its last successful build (hence deleted these 3 files I added today in case they were triggering the issue), and it still failed.
According to the workflow output, this is what's triggering the failure:
ImportError: cannot import name 'make_generic_validator' from 'pydantic.class_validators' (/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/site-packages/pydantic/class_validators.py)
Is there something I'm missing? Maybe I have to force an update of the repo? Any feedback would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Good afternoon,
6 months ago I started new repositories for SDG as it had started failing each deployment I would release. After reimplementing it, we didn't have any issues and it was functioning as intended.
Today we tried to continue where we left off 6 months ago, but now I am getting the deployment error in the SDGData repo again. I only added a data file, its corresponding metadata, and set the report status to complete. I tried to return the repo to its state at its last successful build (hence deleted these 3 files I added today in case they were triggering the issue), and it still failed.
According to the workflow output, this is what's triggering the failure:
ImportError: cannot import name 'make_generic_validator' from 'pydantic.class_validators' (/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/site-packages/pydantic/class_validators.py)
Is there something I'm missing? Maybe I have to force an update of the repo? Any feedback would be greatly appreciated.
The text was updated successfully, but these errors were encountered: