22authors = [
33 {name = " Federico Busetti" , email = " 729029+febus982@users.noreply.github.com" },
44]
5- requires-python = " <3.14,>=3.9 "
5+ requires-python = " <3.14,>=3.11 "
66name = " bootstrap-fastapi-service"
77version = " 0.1.0"
88description = " "
@@ -14,20 +14,22 @@ dependencies = [
1414 " cloudevents-pydantic<1.0.0,>=0.0.3" ,
1515 " dependency-injector[pydantic]<5.0.0,>=4.41.0" ,
1616 " dramatiq[redis,watch]<2.0.0,>=1.17.1" ,
17- " hiredis<4.0.0,>=3.1.0" , # Recommended by dramatiq
17+ " hiredis<4.0.0,>=3.1.0" , # Recommended by dramatiq
1818 " httpx>=0.23.0" ,
1919 " opentelemetry-distro[otlp]" ,
2020 " opentelemetry-instrumentation" ,
2121 " opentelemetry-instrumentation-httpx" ,
2222 " opentelemetry-instrumentation-sqlalchemy" ,
2323 " opentelemetry-instrumentor-dramatiq" ,
24+ " opentelemetry-instrumentation-faststream" ,
2425 " orjson<4.0.0,>=3.10.12" ,
2526 " pydantic<3.0.0,>=2.2.1" ,
2627 " pydantic-settings<3.0.0,>=2.0.3" ,
2728 " rich<14.0.0,>=13.2.0" ,
2829 " SQLAlchemy[asyncio,mypy]<3.0.0,>=2.0.0" ,
2930 " sqlalchemy-bind-manager" ,
3031 " structlog<25.1.1,>=25.1.0" ,
32+ " faststream>=0.5.34" ,
3133]
3234
3335[dependency-groups ]
0 commit comments