Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Fixes AttributeError: module 'urllib3.connectionpool' has no attribute 'VerifiedHTTPSConnection'#1994

Merged
tracyboehrer merged 11 commits into
microsoft:mainfrom
pablomarin:main
May 23, 2023
Merged

Fixes AttributeError: module 'urllib3.connectionpool' has no attribute 'VerifiedHTTPSConnection'#1994
tracyboehrer merged 11 commits into
microsoft:mainfrom
pablomarin:main

Conversation

@pablomarin
Copy link
Copy Markdown
Contributor

Description

With the latest urllib3 2.0.0 release the vcrpy library throws this error
AttributeError: module 'urllib3.connectionpool' has no attribute 'VerifiedHTTPSConnection'

Specific Changes

  • Pinning urllib3 < 2.0.0 to solve the problem with tests
  • change aiohttp everywhere to version 3.8.4 (allows the use of langchain)

@pablomarin pablomarin requested a review from a team as a code owner May 21, 2023 07:09
@pablomarin
Copy link
Copy Markdown
Contributor Author

Also bumped cryptography to 39.0.1, django to 3.2.17 and flask to 2.2.5
ran tests succesfully.

@tracyboehrer tracyboehrer merged commit 80b3572 into microsoft:main May 23, 2023
7yl4r added a commit to iobis/pyobis that referenced this pull request Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants