datasource/pypi: null home_page in JSON response throws ZodError, packages get no-result
#43789
-
How are you running Renovate?Self-hosted Renovate CLI Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?43.210.2 Please tell us more about your question or problemThe PyPI datasource fails to look up any package whose PyPI JSON metadata Root cause: the response schema declares Minimal reproduction: a repo with a single PyPI dependency on a package Run with Proposed fix (one line): change Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
yeah, this looks real to me. I checked current I didn't run the full Renovate CLI path, but the schema failure itself reproduces cleanly with zod v4.4.3: the current shape rejects |
Beta Was this translation helpful? Give feedback.
-
|
My current work-around is to use a custom image: |
Beta Was this translation helpful? Give feedback.
#43814