mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Outdated dependency aiormq #400

Open finswimmer opened 3 years ago

finswimmer commented 3 years ago

Hello,

I'm affected by a bug in pamqp, which is already fixed in version 3.0.1.

I noticed that the current release of aio-pika still depends on aiormq >=3.2.3,<4, while aiormq is already on version 5.2.2 which would depend on pamqp with the fix I need.

Are there any reasons why aio-pika still depends on an outdated version of aiormq? Are there any plans to upgrade to the current release?

Also is it really needed, that the dependency of aiormq to pamqp is fixed to a specific version and not to a version range?

Thanks a lot for your great work :+1:

fin swimmer

gaby commented 2 years ago

@mosquito Any news on this?