faststream
faststream copied to clipboard
docs: little updates
Add to this section
- [ ] partial body consuming example (https://github.com/airtai/faststream/pull/890#issuecomment-1835856313)
- [ ] detail serialization rule notice (#1152)
- [ ] edit FastAPI broker section to use context (also test it with multiple routers)
Hi @Lancetnik is this still in scope or is context being transitioned to fast_depends? I am trying to figure out how to best manage dependencies which must live within both fastapi and faststream router, for now context seems to be the best option. could you please let me know if this is changing?
@MrPranav101 this Issue related to documentation only, don't worry I just want to refactor code example to use context instead of global object