conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
147 stars 177 forks source link

fix: regenerate schema #1993

Closed wolfv closed 1 month ago

wolfv commented 1 month ago

I ran python conda_smithy/schema.py.

wolfv commented 1 month ago

@ytausch - let me know what's up here :) I think the changes got lost after the ruff PR, possibly?

ytausch commented 1 month ago

I think merging this might have broken conda-smithys default values. Another reason why using Pydantic as a pure JSON schema generator is not a good idea, xref https://github.com/conda-forge/conda-smithy/pull/1920

ytausch commented 1 month ago

See the PR which is linked above.