File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
2424# otherwise it picks up the older urllib3 that is compatible with Python 3.8.
2525# https://github.com/boto/botocore/blob/develop/requirements-docs.txt
2626# Since this Dockerfile currently uses the fixed Python 3.11 base image to pull the required dependencies,
27- # EKS and ECS applications will encounter a runtime error for Python 3.8 compatability .
27+ # EKS and ECS applications will encounter a runtime error for Python 3.8 compatibility .
2828# Our fix is to temporarily restrict the urllib3 version to one that works for all supported Python versions
2929# that we currently commit to support (notably 3.8).
3030# TODO: Remove this temporary workaround once we deprecate Python 3.8 support since it has reached end-of-life.
You can’t perform that action at this time.
0 commit comments