File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11.idea
2- __pychache__ /
2+ __pycache__ /
33.env
44dist
Original file line number Diff line number Diff line change 11## FastAPI SQLAlchemy Filter
22![ ci_badge] ( https://github.com/OleksandrZhydyk/FastAPI-SQLAlchemy-Filters/actions/workflows/ci_filter.yml/badge.svg )
33[ ![ Downloads] ( https://static.pepy.tech/badge/fastapi_sa_orm_filter )] ( https://pepy.tech/project/fastapi_sa_orm_filter )
4+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/fastapi-sa-orm-filter.svg )] ( https://pypi.org/project/fastapi-sa-orm-filter/ )
5+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
46
57Package that helps to implement easy objects filtering and sorting for applications
68build on FastAPI and SQLAlchemy.
@@ -13,7 +15,7 @@ pip install fastapi-sa-orm-filter
1315```
1416### Compatibility
1517v 0.2.1
16- - Python: >= 3.8
18+ - Python: >= 3.10
1719 - Fastapi: >= 0.100
1820 - Pydantic: >= 2.0.0
1921 - SQLAlchemy: >= 1.4.36, < 2.1.0
You can’t perform that action at this time.
0 commit comments