We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c640c commit 54702b0Copy full SHA for 54702b0
1 file changed
src/dishka/integrations/faststream/__init__.py
@@ -27,7 +27,11 @@
27
)
28
else:
29
raise RuntimeError( # noqa: TRY003
30
- f"FastStream {FASTSTREAM_VERSION} version not supported",
+ f"FastStream {FASTSTREAM_VERSION} version not supported. "
31
+ "The integration has been moved to the dishka-faststream package"
32
+ " and will be removed in future versions."
33
+ "\n`pip install dishka-faststream`"
34
+ "\nhttps://github.com/faststream-community/dishka-faststream",
35
36
37
__all__ = (
0 commit comments