We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d81acd commit 77cf5b0Copy full SHA for 77cf5b0
docs/changelog.rst
@@ -8,7 +8,7 @@ Changelog
8
Pydantic validators inheritance fix
9
====================================
10
11
-* fixed bag with schema validators passthrough `#45 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/45>`_
+* fix schema validators passthrough `#45 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/45>`_
12
13
Authors
14
"""""""
@@ -30,9 +30,9 @@ Current Atomic Operation context var
30
31
32
33
-
34
* `@mahenzon`_
35
+
36
**2.2.2**
37
*********
38
tests/fixtures/app.py
@@ -2,7 +2,6 @@
2
from typing import Type
3
4
import pytest
5
-import uvicorn
6
from fastapi import APIRouter, FastAPI
7
from fastapi_jsonapi import RoutersJSONAPI, init
0 commit comments