blindbox
blindbox copied to clipboard
BlindBox is a tool to isolate and deploy applications inside Trusted Execution Environments for privacy-by-design apps
Fix CI pydantic version error. In version 2, [pattern](https://github.com/pydantic/pydantic/blob/8466f78da6b42d404fa721be6b3f57061b99cb30/pydantic/types.py#L274) replaces the `regex` argument used in [builder.py](https://github.com/mithril-security/blindbox/blob/64498f869526d6c0390caf2facbb52727d2d1359/client/blindbox/command/builder.py#L35): ```bash IPModel = pydantic.constr(regex="^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$") TypeError: constr() got an unexpected keyword argument 'regex' ```
re-phrase for accuracy