Contents

fastapi-filter 2.0.1

0

FastAPI filter

FastAPI filter

Stars: 303, Watchers: 303, Forks: 42, Open Issues: 44

The arthurio/fastapi-filter repo was created 3 years ago and the last code push was an hour ago.
The project is popular with 303 github stars!

How to Install fastapi-filter

You can install fastapi-filter using pip

pip install fastapi-filter

or add it to a project with poetry

poetry add fastapi-filter

Package Details

Author
Arthur Rio
License
MIT
Homepage
https://github.com/arthurio/fastapi-filter
PyPi:
https://pypi.org/project/fastapi-filter/
GitHub Repo:
https://github.com/arthurio/fastapi-filter

Classifiers

No  fastapi-filter  pypi packages just yet.

Errors

A list of common fastapi-filter errors.

Code Examples

Here are some fastapi-filter code examples and snippets.

GitHub Issues

The fastapi-filter package has 44 open issues on GitHub

  • Replace deprecated status.HTTP_422_UNPROCESSABLE_ENTITY with status.HTTP_422_UNPROCESSABLE_CONTENT
  • Update dependency urllib3 to <=2.6.3 [SECURITY]
  • Bug: if the field is excluded and the field is a List[str], the filter interprets it as a str
  • Update dependency fastapi to v0.128.0
  • Update dependency aiosqlite to ^0.22.0
  • Bug in __ilike filtering
  • Update dependency Faker to v26.3.0
  • Update dependency mkdocs-material to v9.7.1
  • Update dependency SQLAlchemy to v2.0.46
  • Update dependency mypy to v1.19.1
  • Update dependency greenlet to v3.3.1
  • [Feature Request] Allow Additional Filter Parameters When Using SQLAlchemy Backend
  • Update dependency bandit to v1.9.3
  • How to implement __range filter?
  • Update dependency mongoengine to >=0.29.1,<0.30.0

See more issues on GitHub

Related Packages & Articles

jina 3.34.0

Multimodal AI services & pipelines with cloud-native stack: gRPC, Kubernetes, Docker, OpenTelemetry, Prometheus, Jaeger, etc.

fastapi-cloudauth 0.4.3

fastapi-cloudauth supports simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).

starlette-context 0.4.0

Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.

authx 1.5.0

Ready to use and customizable Authentications and Oauth2 management for FastAPI