bug: Update cbor2 requirement
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Currently cbor is listed as required for >= 5.2
https://github.com/localstack/localstack/blob/master/pyproject.toml#L60
but this commit
https://github.com/localstack/localstack/commit/b612563c223423fb808f7117ba4eb0043a49f7f1
relies on the existence of cbor2._decoder which appears first in cbor 5.5
https://github.com/agronholm/cbor2/tree/5.5.0/cbor2
notice its absence here
https://github.com/agronholm/cbor2/tree/5.4.6/cbor2
Expected Behavior
No response
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)
docker run localstack/localstack
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
awslocal s3 mb s3://mybucket
Environment
- OS:
- LocalStack:
LocalStack version:
LocalStack Docker image sha:
LocalStack build date:
LocalStack build git hash:
Anything else?
No response
Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide.