8000 remove dependency on legacy boto (#9324) · codeperl/localstack@1d61b6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d61b6b

Browse files
authored
remove dependency on legacy boto (localstack#9324)
1 parent 99708f4 commit 1d61b6b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

localstack/aws/protocol/serializer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@
8686

8787
import cbor2
8888
import xmltodict
89-
from boto.utils import ISO8601
9089
from botocore.model import ListShape, MapShape, OperationModel, ServiceModel, Shape, StructureShape
91-
from botocore.serialize import ISO8601_MICRO
90+
from botocore.serialize import ISO8601, ISO8601_MICRO
9291
from botocore.utils import calculate_md5, is_json_value_header, parse_to_aware_datetime
9392
from werkzeug import Request as WerkzeugRequest
9493
from werkzeug import Response as WerkzeugResponse

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ runtime =
6666
aws-sam-translator>=1.15.1
6767
awscli>=1.22.90
6868
awscrt>=0.13.14
69-
boto>=2.49.0
7069
boto3>=1.26.121
7170
botocore>=1.31.2
7271
cbor2>=5.2.0

0 commit comments

Comments
 (0)
0