Skip to content

Commit 77cf5b0

Browse files
committed
update changelog
1 parent 0d81acd commit 77cf5b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog
88
Pydantic validators inheritance fix
99
====================================
1010

11-
* fixed bag with schema validators passthrough `#45 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/45>`_
11+
* fix schema validators passthrough `#45 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/45>`_
1212

1313
Authors
1414
"""""""
@@ -30,9 +30,9 @@ Current Atomic Operation context var
3030
Authors
3131
"""""""
3232

33-
3433
* `@mahenzon`_
3534

35+
3636
**2.2.2**
3737
*********
3838

tests/fixtures/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Type
33

44
import pytest
5-
import uvicorn
65
from fastapi import APIRouter, FastAPI
76

87
from fastapi_jsonapi import RoutersJSONAPI, init

0 commit comments

Comments
 (0)