DataDog / datadog-lambda-python

The Datadog AWS Lambda Layer for Python
https://docs.datadoghq.com/integrations/amazon_lambda/#installing-and-using-the-datadog-layer
Apache License 2.0
88 stars 46 forks source link

feat: Remove urllib3 pin #510

Closed astuyve closed 3 months ago

astuyve commented 3 months ago

What does this PR do?

Fixes #508

Motivation

Last year we pinned urllib3 < 2.x because of a regression which broke lambda functions all over the place. This is no longer necessary, and we should unpin it.

Testing Guidelines

Additional Notes

Types of Changes

Check all that apply