Skip to content

Commit

Permalink
Merge pull request Flexget#4143 from vivodi/vcr
Browse files Browse the repository at this point in the history
Pin the major version of urllib3
  • Loading branch information
gazpachoking authored Jan 9, 2025
2 parents a63affc + 40d2a59 commit f5b544a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
# require urllib3 <2 on python < 3.10. In order to not be running different versions of urllib on different
# versions of python, this is pinned in our deps. This can be removed completely if the issue gets solved.
# https://github.com/kevin1024/vcrpy/issues/719
"urllib3 <2",
"urllib3 ~=1.26",
# WebUI/API Deps
"cherrypy ~=18.10",
"flask-compress ~=1.17",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5b544a

Please sign in to comment.