We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: psf/requests#6707 And here: docker/docker-py#3256
The text was updated successfully, but these errors were encountered:
It only affects the development branch and does not affect the master branch.
development
master
The development request has been temporarily fixed in version 2.31.0 of the commit Downgrade requests to version 2.31.0. Tests failed..
2.31.0
Before the release of the Docker-Py update, the merge into the master branch is blocked.
PR context here: #36
Sorry, something went wrong.
update dep and fix #37
43e286f
Update dep and fix in 43e286f
Development (#38)
fe2f1d1
* Fix error logging format * Fix #28 * Update README.md * Add inline_query in update_types * Update dep * Update dep (in requests fix bug "Unknown URL-schema http+docker") * Downgrade requests to version 2.31.0. Tests failed. * Update Dockerfiles * Refactoring code * Remove unused handler * Update README.md * Redesigned logic in Dockerfiles * Update docker-compose.yml * Update hub.alpine.Dockerfile * Update installation.md * Add correct logger stage in telebot polling arg * Update docker_image_release.yml * Refactoring dockerfiles * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * Fix CI/CD error "buildx failed with: ERROR: failed to solve: process" * update dep and fix #37 * Freeze deps in requirements.txt * Refactoring code in docker section * Refactoring code in docker section * Refactoring code in docker section * Update docs * Update bot tree in README.md * Bump version to 0.0.6 release
orenlab
No branches or pull requests
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: psf/requests#6707
And here: docker/docker-py#3256
The text was updated successfully, but these errors were encountered: