Skip to content

Commit

Permalink
Pin urllib3==1.26.16 for AWS Lambda compatibility (#1847)
Browse files Browse the repository at this point in the history
* Pin urllib3==1.26.16 for AWS Lambda compatibility

* CHANGELOG

* dependabot: ignore urllib3 >=2.0.0

* CHANGELOG for #1848
  • Loading branch information
basepi committed Jun 7, 2023
1 parent b63e467 commit aedd6b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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

0 comments on commit aedd6b1

Please sign in to comment.