Skip to content

Commit 07bd0e2

Browse files
committed
botocore: drop hardcoded aiohttp dependency
There was an incompatibility with latest releases of vcr.py and aiohttp so that aiobotocore tests would have failed. Latest vcrpy fixed that so we can remove the aiohttp pinned version.
1 parent 03a3e38 commit 07bd0e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

instrumentation/opentelemetry-instrumentation-botocore/test-requirements-2.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ aws-xray-sdk==2.12.1
33
boto3==1.29.4
44
botocore==1.32.4
55
aiobotocore==2.8.0
6-
aiohttp==3.9.1 #TODO: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/4645 - fix issue with aiohttp in a better way.
76
certifi==2024.7.4
87
cffi==1.17.0
98
charset-normalizer==3.3.2

0 commit comments

Comments
 (0)