Closed SZRabinowitz closed 10 months ago
Clarification: I see your pyproject.toml doesn't even list urllib3, it's a requirement of requests. Installing the latest requests (requests-2.31.0) didn't either cause me issues in this case, so maybe that dependency should be updated? I only tried it on python 3.12.0 so I don't know if this would cause issues in later versions.
(I might need to move back down my bot to 3.11 anyway, because the host I want to use doesn't support 3.12 yet)
Thanks! Updated dependencies, tested on 3.10 and 3.12.
Hi, when I install groupme-push, I have errors when trying to use it.
pip install --upgrade urllib3 solved the issue for me. So maybe you can update you pyproject.toml to use urllib3-2.1.0.
Will this cause any issues? I haven't come across any so far.
By the way I am on Windows 11, using Python 3.12.0. I think I only had the issue in this version, not Python 3.11.X.