Closed Lancetnik closed 3 weeks ago
How to reproduce Include source code:
from sqlalchemy.ext.asyncio import create_async_engine from faststream import FastStream from faststream.nats import NatsBroker broker = NatsBroker() app = FastStream(broker) engine = create_async_engine("postgresql+psycopg://user:pass@localhost:5432")
And/Or steps to reproduce the behavior:
fastsream run serve:app
Screenshots
Environment Include the output of the faststream -v command to display your current project and system environment.
faststream -v
faststream==0.5.28 psycopg==3.2.3
How to reproduce Include source code:
And/Or steps to reproduce the behavior:
Screenshots
Environment Include the output of the
faststream -v
command to display your current project and system environment.