airtai / faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
https://faststream.airt.ai/latest/
Apache License 2.0
3.15k stars 161 forks source link

Allow using aiokafka 0.12 #1896

Closed dolfinus closed 2 weeks ago

dolfinus commented 2 weeks ago

Description

AIOKafka 0.12 was released 2 weeks ago, and provides wheels for Python 3.13: https://github.com/aio-libs/aiokafka/releases/tag/v0.12.0

Current change allows installing this version.

Type of change

Dependency update.

Checklist