Hi, it seems your latest release of pact-python 2....
# general
m
Hi, it seems your latest release of pact-python 2.1.0 didn't get published with pypy? Was that a mistake or intentional? https://pypi.org/project/pact-python/
j
Hi! There was a small mistake unfortunately in updating the CI publishing script and I'm working with the previous maintainers of Pact Python to fix this so that I can manually publish Pact Python 2.1. In the meantime, there are two things you can do: 1. The binary wheels are available to download from the GitHub release page (you will just have to make sure to use the right platform/Python version combination) 2. You can also point to the
v2.1.0
tag directly
pip install -U git+<https://github.com/pact-foundation/pact-python.git#v2.1.0>
Please let me know how it goes 🚀
m
Thanks a lot for your response! Before you answered, I actually downgraded httpx to 0.23.3 such that I could install pact-python 2.0.1. Then I got everything working 🎉 Now that I installed 2.1.0 using that github link and bumped httpx to 0.25.0 I'm getting connection timeout errors when making calls to the pact service 😬 Just went back to 2.0.1 and 0.23.3 and it started working again. I will try to investigate a bit more to figure out what's wrong..
j
Strange, it shouldn't be giving timeouts. Do you mind if we pick this conversation up in the #C9VECUP6E channel? And if you can share some logs and/or a small example that reproduces the error that would be amazing 😄
thankyou 1
m
Absolutely - I ran out of time to work on this this weekend. But will pick it up soon enough! Promise
❤️ 1
and thanks for all your work with Pact!
thankyou 1