Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/dishka/integrations/faststream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
)
else:
raise RuntimeError( # noqa: TRY003
f"FastStream {FASTSTREAM_VERSION} version not supported",
f"FastStream {FASTSTREAM_VERSION} version not supported. "
"The integration has been moved to the dishka-faststream package"
" and will be removed in future versions."
"\n`pip install dishka-faststream`"
"\nhttps://github.com/faststream-community/dishka-faststream",
)

__all__ = (
Expand Down
Loading