Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
75 stars 25 forks source link

chore(deps): update fastapi to 0.115.0 and pydantic to 2.9.2 #315

Closed demeringo closed 1 month ago

demeringo commented 2 months 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).

demeringo commented 2 months ago

@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.

demeringo commented 2 months ago

Closes #313 and closes #314

da-ekchajzer commented 1 month ago

Works for me, I am merging thanks