Closed demeringo closed 1 month ago
Closes #313
The updates to the python code are due to the migration of pydantic v1 to v2. They were implemented by running the automatic migration script called bump-pydantic (https://github.com/pydantic/bump-pydantic).
@da-ekchajzer @samuelrince I had to update pydantic to v2 be able to update fastapi. There were some changes in the syntax of empty values.
Closes #313 and closes #314
Works for me, I am merging thanks
Closes #313
The updates to the python code are due to the migration of pydantic v1 to v2. They were implemented by running the automatic migration script called bump-pydantic (https://github.com/pydantic/bump-pydantic).