RabbitMQ server compatibility with python version

71 views
Skip to first unread message

Vishnu Vardhan

unread,
Sep 8, 2025, 2:03:27 AM (12 days ago) Sep 8
to rabbitmq-users
Hi Team,

Can you please clarify whether python version 3.12 has any compatibility issues with RabbitMQ version 3.13.0 and 3.13.3. Couldn't find this info in docs.

Does the python version directly have affect on the rabbitmq server or only on the rabbitmq python clients which interact with rabbitmq server.

Thanks in advance.

Varaprasad Sukala

unread,
Sep 9, 2025, 8:42:49 AM (11 days ago) Sep 9
to rabbitmq-users
Hi Vishnu, that is based on the python library you use. Mention it here and we can check the compatibility.

Vishnu Vardhan

unread,
Sep 15, 2025, 9:35:44 AM (5 days ago) Sep 15
to rabbitmq-users
Thanks for the response Varaprasad

These are the python libraries we are using for python version 3.12 and RMQ version 3.13.0

    name: requests
    versionOrTag: 2.32.3
  
    name: pika
    versionOrTag: 1.3.2
   
    name: django
    versionOrTag: 4.2.18

Varaprasad Sukala

unread,
Sep 15, 2025, 11:58:34 AM (4 days ago) Sep 15
to rabbitm...@googlegroups.com
Your Python version does not directly affect the RabbitMQ server (unless you're trying to build or modify the server code or Erlang-client components using Python tools), but it does affect whether your client libraries work correctly and safely with RabbitMQ.

Using Python 3.12 with RabbitMQ server 3.13.0 / 3.13.3 is very likely to work fine with the libraries you listed (pika 1.3.2, django 4.2.18, requests 2.32.3), assuming you’re using typical AMQP features and standard configuration.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rabbitmq-users/4c2be8ae-2df2-4007-9d90-2b19aacdd390n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages