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

Pin urllib3==1.26.16 for AWS Lambda compatibility #1847

Merged
merged 4 commits into from Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -10,3 +10,6 @@ updates:
interval: "weekly"
reviewers:
- "elastic/apm-agent-python"
ignore:
- dependency-name: "urllib3" # ignore until lambda runtimes use OpenSSL 1.1.1+
versions: [">=2.0.0"]
13 changes: 13 additions & 0 deletions CHANGELOG.asciidoc
Expand Up @@ -29,6 +29,19 @@ endif::[]
//===== Bug fixes
//

=== Unreleased

// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
//[float]
//===== Features
//
[float]
===== Bug fixes

* Fix compatibility issue with older versions of OpenSSL in lambda runtimes {pull}1847[#1847]
* Add `latest` tag to docker images {pull}1848[#1848]

[[release-notes-6.x]]
=== Python Agent version 6.x

Expand Down
2 changes: 1 addition & 1 deletion dev-utils/requirements.txt
@@ -1,4 +1,4 @@
# These are the pinned requirements for the lambda layer/docker image
certifi==2023.5.7
urllib3==2.0.2
urllib3==1.26.16
wrapt==1.15.0