Skip to content
New issue

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

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

Merged
merged 11 commits into from
May 23, 2023

Conversation

pablomarin
Copy link
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
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
1 of 2 checks passed
7yl4r added a commit to iobis/pyobis that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants