orchestrator-core
orchestrator-core copied to clipboard
Fix ProductBlockModel.name being used as both ClassVar and Field
ProductBlockModel.name is used as both a ClassVar and a pydantic Field. In the initial pydantic 2.0 release this raised an error, they have later changed this to a warning. But it may become an error again at some point. Apart of that it's just a dirty hack that we need to fix in a better way.