fastapi-filter
fastapi-filter copied to clipboard
Filter and order your endpoints
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/arthurio/fastapi-filter). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) ([changelog](https://squidfunk.github.io/mkdocs-material/changelog/)) | `9.5.3` -> `9.5.20` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ipython](https://togithub.com/ipython/ipython) | `8.12.3` -> `8.24.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Hi! I started using this library and it works great. Excellent job @arthurio ! I just realized that with the latest version of Pydantic V2 the new behavior of optional...
When I'm filtering on an amount I want to include null values. This involves an or_. I modified the `filter` method so it checks if there is a filter method...
The `search` option is really great, however would be nice to have a option to filter by best match. One option would offer the possibility to enable this feature like...
When the `order_by` is set in request with a field that is not registered in the model, I get this error message : ````json { "detail": [ { "loc": [...
Hello, The current implementation of SQLAlchemy Filter ignores `order_by` in existing filters when it is used in related fields. Here is a simple example: ```python from fastapi_filter import FilterDepends, with_prefix...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.3. Release notes Sourced from pymongo's releases. PyMongo 4.6.2 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404 Changelog Sourced from pymongo's changelog. Changelog Changes in Version 4.7 PyMongo 4.7 brings...
This aims to be a first tentative approach at avoiding the need for manual joining when filtering a table. Before the filtering itself relationship of the models are retrieved. If...