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
In bedhost, there's actually a lot of complexity to the code around examples, and validation. I propose we scrap all the old code, introduce a requirement of python 3.10 + pydantic v2, and refactor all the examples and validation code to follow the new approach.
The text was updated successfully, but these errors were encountered:
with pydantic 2, fastapi seems to have a new way to define examples using JSONschema.
In bedhost, there's actually a lot of complexity to the code around examples, and validation. I propose we scrap all the old code, introduce a requirement of python 3.10 + pydantic v2, and refactor all the examples and validation code to follow the new approach.
The text was updated successfully, but these errors were encountered: