Skip to content

Commit 79147ca

Browse files
refactor readme
1 parent 3ae3867 commit 79147ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea
2-
__pychache__/
2+
__pycache__/
33
.env
44
dist

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
Package that helps to implement easy objects filtering and sorting for applications
68
build on FastAPI and SQLAlchemy.
@@ -13,7 +15,7 @@ pip install fastapi-sa-orm-filter
1315
```
1416
### Compatibility
1517
v 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

0 commit comments

Comments
 (0)