[Snyk] Security upgrade urllib3 from 1.26.15 to 2.6.0#113
[Snyk] Security upgrade urllib3 from 1.26.15 to 2.6.0#113
Conversation
…to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| typing-inspect==0.8.0 | ||
| typing_extensions==4.5.0 | ||
| urllib3==1.26.15 | ||
| urllib3==2.6.0 |
There was a problem hiding this comment.
Bug: urllib3 2.x incompatible with requests 2.29.0
Upgrading urllib3 to 2.6.0 creates a dependency conflict with requests==2.29.0, which only supports urllib3<2. The requests 2.29.0 release predates urllib3 2.x compatibility, which was added in requests 2.31.0. This incompatibility will cause import errors or installation failures at runtime. The PR warning itself notes this issue. Both requests and urllib3 need to be upgraded together.
Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
examples/langchain/langchainpy-localai-example/requirements.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling
Note
Upgrade
urllib3from1.26.15to2.6.0inexamples/langchain/langchainpy-localai-example/requirements.txt.Written by Cursor Bugbot for commit b5b35e6. This will update automatically on new commits. Configure here.