Installation¶
Requirements¶
- Python 3.10+
- FastAPI
>=0.123 - Pydantic
>=2.7, <3
Install¶
For running the examples in this documentation you also need an ASGI server, e.g. uvicorn:
Optional extras¶
- Sentry integration — requires
sentry-sdk >= 2.0: - Pytest plugin — bundled in
fastapi_jsonrpc.contrib.pytest_plugin. It is not auto-registered; add it explicitly to yourconftest.py— see Testing.