From c957e196c58d338474e94d7adab4b67912264655 Mon Sep 17 00:00:00 2001 From: Alessio Renda Date: Tue, 27 Feb 2024 10:05:41 +0100 Subject: [PATCH] [FIX] fastapi: pin pydantic version --- fastapi/README.rst | 2 +- fastapi/__manifest__.py | 1 + fastapi/static/description/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fastapi/README.rst b/fastapi/README.rst index 0b91ed04..2997d96f 100644 --- a/fastapi/README.rst +++ b/fastapi/README.rst @@ -7,7 +7,7 @@ Odoo FastAPI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3c8b420aae65685a897c84203627ccb5386a1465fef40437078f0e9bc997da71 + !! source digest: sha256:9d73e697d0dbb3480b1214cd4894b17232e69a627384b9500daefbc392bbd671 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fastapi/__manifest__.py b/fastapi/__manifest__.py index 7e9920ef..97d33046 100644 --- a/fastapi/__manifest__.py +++ b/fastapi/__manifest__.py @@ -23,6 +23,7 @@ "external_dependencies": { "python": [ "fastapi", + "pydantic<2", "python-multipart", "ujson", "a2wsgi", diff --git a/fastapi/static/description/index.html b/fastapi/static/description/index.html index 8d9391d4..ab33ce9a 100644 --- a/fastapi/static/description/index.html +++ b/fastapi/static/description/index.html @@ -367,7 +367,7 @@

Odoo FastAPI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3c8b420aae65685a897c84203627ccb5386a1465fef40437078f0e9bc997da71 +!! source digest: sha256:9d73e697d0dbb3480b1214cd4894b17232e69a627384b9500daefbc392bbd671 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

This addon provides the basis to smoothly integrate the FastAPI