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 @@
This addon provides the basis to smoothly integrate the FastAPI