You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm currently using faststream with anyio==3.7.1 and python3.10.10 which both seems to meet the requirements.
When publishing with rpc=True, I encounter this error:
File "/***/python3.10/site-packages/faststream/rabbit/publisher/producer.py", line 209, in __aenter__
) = anyio.create_memory_object_stream[AbstractIncomingMessage](
TypeError: 'function' object is not subscriptable
From my understanding of their docs bracket notation wasn't introduced until v4.0. (above this version works as expected)
Describe the bug
I'm currently using faststream with
anyio==3.7.1
and python3.10.10 which both seems to meet the requirements.When publishing with rpc=True, I encounter this error:
From my understanding of their docs bracket notation wasn't introduced until v4.0. (above this version works as expected)
How to reproduce
send.py
app.py
Environment
Running FastStream 0.5.12 with CPython 3.10.10 on Darwin
The text was updated successfully, but these errors were encountered: