orenlab / pytmbot

Versatile Telegram bot designed for managing Docker containers, monitoring server status, and extending its functionality through a modular plugin system
https://orenlab.github.io/pytmbot/
MIT License
8 stars 2 forks source link

Temporary fixation of the request on version 2.31.0 #37

Closed orenlab closed 5 months ago

orenlab commented 5 months ago

Describe the bug Requests 2.32.0 Not supported URL scheme http+docker

To Reproduce Update dep request to version >=2.32.0

Additional context Details see here: https://github.com/psf/requests/issues/6707 And here: https://github.com/docker/docker-py/issues/3256

orenlab commented 5 months ago

It only affects the development branch and does not affect the master branch.

The development request has been temporarily fixed in version 2.31.0 of the commit Downgrade requests to version 2.31.0. Tests failed..

Before the release of the Docker-Py update, the merge into the master branch is blocked.

PR context here: #36

orenlab commented 5 months ago

Update dep and fix in 43e286f