diff --git a/README.md b/README.md index bb08981b..9a36d070 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ **Optional** - * MongoEngine: >=0.24.1, <0.25.0 + * MongoEngine: >=0.24.1, <0.28.0 * SQLAlchemy: >=1.4.36, <2.1.0 ## Installation diff --git a/pyproject.toml b/pyproject.toml index b464e71f..6334cd9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ ignore_missing_imports = true [tool.poetry] name = "fastapi-filter" -version = "0.5.2" +version = "0.5.3" description = "FastAPI filter" authors = ["Arthur Rio "] license = "MIT"