-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
dependenciesThis issue is a problem in a dependency.This issue is a problem in a dependency.enhancementThis issue requests an improvement to a current feature.This issue requests an improvement to a current feature.
Description
The vendored requests library is emitting DeprecationWarnings:
lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, MutableMapping
This has been fixed upstream here: psf/requests#4501
Since I do not know how you handle the vendored requests, I have no idea how to make a PR to fix it. sorry.
Can someone pick this up? It's very annoying while running tests. Or give me a hint how to create a PR for the vendored requests, and I'll create one.
yan12125, zgoda-mobica, lisale0, miketheman, gaaaaao and 48 moredimaqq, aandis, pgilad, chickenPopcorn, pistatium and 3 more
Metadata
Metadata
Assignees
Labels
dependenciesThis issue is a problem in a dependency.This issue is a problem in a dependency.enhancementThis issue requests an improvement to a current feature.This issue requests an improvement to a current feature.