Fastapi-filter

Latest version: v2.0.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.5.1

Main contributions

* Fix filter and sort validation error handling by arthurio in https://github.com/arthurio/fastapi-filter/pull/207
* Add filter validation errors by arthurio in https://github.com/arthurio/fastapi-filter/pull/208

⚠️ Breaking change

This change affects the content of `detail` in the error response (not the response code itself). Instead of a string, the content of `detail` is now a list, e.g.: `{'detail': [{'loc': ['query', 'bogus_filter'], 'msg': 'field required', 'type': 'value_error.missing'}]}`. Make sure to update your error handlers accordingly!

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.5.0...v0.5.1

0.5.0

Main contribution

* Add the ability to search with SQL Alchemy Filters by jmunowitch in https://github.com/arthurio/fastapi-filter/pull/167

Fixes

* Fix Constants pollution by arthurio in https://github.com/arthurio/fastapi-filter/pull/204

Dependency updates

* Bump ipython from 8.6.0 to 8.7.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/193
* Bump flynt from 0.76 to 0.77 by dependabot in https://github.com/arthurio/fastapi-filter/pull/190
* Bump pymdown-extensions from 9.8 to 9.9 by arthurio in https://github.com/arthurio/fastapi-filter/pull/194
* Bump types-setuptools from 65.6.0.0 to 65.6.0.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/188
* Bump faker from 15.3.3 to 15.3.4 by dependabot in https://github.com/arthurio/fastapi-filter/pull/195
* Bump certifi from 2022.9.24 to 2022.12.7 by dependabot in https://github.com/arthurio/fastapi-filter/pull/199
* Bump pytest-asyncio from 0.20.2 to 0.20.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/200
* Bump types-setuptools from 65.6.0.1 to 65.6.0.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/196
* Bump isort from 5.10.1 to 5.11.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/203
* Bump black from 22.10.0 to 22.12.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/201
* Bump isort from 5.11.1 to 5.11.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/205
* Bump sqlalchemy from 1.4.44 to 1.4.45 by dependabot in https://github.com/arthurio/fastapi-filter/pull/202

Documentation

* Update index.md by Ujifman in https://github.com/arthurio/fastapi-filter/pull/198

New Contributors
* Ujifman made their first contribution in https://github.com/arthurio/fastapi-filter/pull/198
* jmunowitch made their first contribution in https://github.com/arthurio/fastapi-filter/pull/167

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.4.1...v0.5.0

0.4.1

Main changes

0.4.0

Main contribution

* Switch to python 3.11 by arthurio in https://github.com/arthurio/fastapi-filter/pull/164
* Include python 3.8 by 10ourto in https://github.com/arthurio/fastapi-filter/pull/158

Dependency updates

* Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/156
* Bump ipython from 8.5.0 to 8.6.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/157
* Bump types-setuptools from 65.5.0.1 to 65.5.0.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/155
* Bump fastapi from 0.85.1 to 0.85.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/160
* Bump greenlet from 1.1.3.post0 to 2.0.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/159
* Bump flake8-builtins from 2.0.0 to 2.0.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/162
* Bump mkdocs from 1.4.1 to 1.4.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/163
* Bump faker from 15.1.1 to 15.1.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/161
* Bump python-lsp-server from 1.5.0 to 1.6.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/166
* Bump pymdown-extensions from 9.7 to 9.8 by dependabot in https://github.com/arthurio/fastapi-filter/pull/175
* Bump greenlet from 2.0.0 to 2.0.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/171
* Bump faker from 15.1.3 to 15.3.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/170

New Contributors
* 10ourto made their first contribution in https://github.com/arthurio/fastapi-filter/pull/158

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.3.4...v0.4.0

0.3.4

What's changed

* Added classifiers for pypi in `pyproject.toml`

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.3.3...v0.3.4

0.3.3

Main contribution

* Fix query not required by arthurio in https://github.com/arthurio/fastapi-filter/pull/152

Reported by piotr-gregrowski: https://github.com/arthurio/fastapi-filter/issues/148

Also added examples to use a custom description based on workarounds in https://github.com/tiangolo/fastapi/issues/4700

Dependency updates

* Bump pytest-asyncio from 0.19.0 to 0.20.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/151
* Bump pymdown-extensions from 9.6 to 9.7 by dependabot in https://github.com/arthurio/fastapi-filter/pull/149
* Bump mkdocs-material from 8.5.6 to 8.5.7 by dependabot in https://github.com/arthurio/fastapi-filter/pull/150


**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.3.2...v0.3.3

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.