From ccd02e92f90513d54184002638a815e1dcc2b839 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 15 Oct 2025 09:48:52 +0200 Subject: [PATCH] fix: unpin upper constraint for pyparsing requiring pyparsing < 3 is kind of incompatible with current google-api-python-client versions which require httplib2 which requires pyparsing > 3 in recent versions. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6239477..641a1385 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = openstacksdk >= 1.1.0, < 1.5.0 paramiko >= 2.9.2 protobuf - pyparsing >= 2, < 3.0.0 + pyparsing >= 2 python-openstackclient >= 5.2.1 pyyaml >= 5.1 qemu.qmp >= 0.0.3