awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
140 stars 38 forks source link

Update awscrt to ~=0.16.0 #93

Closed dlm6693 closed 1 year ago

dlm6693 commented 1 year ago

Description of changes: This PR will update our usage of the AWS CRT to 0.16.x in preparation for our next release. It will also fix rare failures when installing the package on Windows.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b0f65ab) 88.86% compared to head (bd843c1) 88.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #93 +/- ## ======================================== Coverage 88.86% 88.86% ======================================== Files 34 34 Lines 1967 1967 ======================================== Hits 1748 1748 Misses 219 219 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.86% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/awslabs/amazon-transcribe-streaming-sdk/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [setup.py](https://app.codecov.io/gh/awslabs/amazon-transcribe-streaming-sdk/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c2V0dXAucHk=) | `0.00% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.