Antoine Mérino

Results 11 issues of Antoine Mérino

Bonjour et félicitations pour ce projet... A-t-il déjà été envisagé de relier les projets de lois à leurs scrutins associés ? Exemple avec la loi "Notre Dame de Paris": https://www.nosdeputes.fr/15/dossier/7505...

Hello, First of all, many thanks for this tool which is easy and convenient to use! Is there a possibility to have a kind-of dry mode that lists only packages...

Hello, I'm trying to make a site config for the website https://elucid.media/. So far I have written this custom config `elucid.media.txt`: ``` title: //h1[contains(@class, 'single-title')] body: //section[contains(@id, 'article-content')] author: substring-after(//a[contains(@class,...

enhancement

Fix #975 ## Description When using the WSA plugin, the header's field `MessageID` is created as follows: ```xml urn:uuid:cb4dd644-d178-433d-9ec5-799e13407867 ``` Some endpoints require the `urn:` prefix to be absent: ```xml...

Hello, The `ecdsa` package is a requirement for this project. There is a vulnerability affecting the latest version (`0.18.0`), but the maintainers don't plan to fix it. More information here:...

Hello, I'm working with this library and I found the option to raise errors (`FLASK_PYDANTIC_VALIDATION_ERROR_RAISE = True`). I was expecting the same kind of error as in FastAPI/Pydantic combination: ```json...

Add "errors" field like in the original Pydantic library. Allow errors to be in the same place in addition to having them separated. Implements #71

Following the CI failing on PR #92. This PR contains the following: - Checkout workflow updated to v4 - Setup python workflow updated to v5 - Fix python pip cache...

Add back the support of Pydantic V1 (Implements #90). This eases the migration from Pydantic V1 to Pydantic V2. Without this support, users cannot gradually migrate a Flask project from...

Hi, I'm following the CI failing on the PR https://github.com/bauerji/flask-pydantic/pull/92. The CI is failing on macOS runners for two reasons: - The setup-python action is obsolete (v1) - Python 3.7...