Bug: mypy error Missing named argument "reply_to" for "publish" of "LogicPublisher"
#1792
Labels
bug
Something isn't working
Describe the bug
Since faststream 0.5.19 mypy compains about
Missing named argument "reply_to" for "publish" of "LogicPublisher"
, but it seems like this argument isn't actually required to publish a message.How to reproduce
Run mypy on the code above on faststream >= 0.5.19 and you'll see the error.
Expected behavior
I expect to see no error.
Observed behavior
The mypy error is present even though the
reply_to
argument is not required at runtime.Environment
Running FastStream 0.5.19 with CPython 3.11.5 on Windows
The text was updated successfully, but these errors were encountered: