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
151 stars 38 forks source link

Update CRT version to 0.13.8 #67

Closed nateprewitt closed 2 years ago

nateprewitt commented 2 years ago

Updating version range for awscrt to ~=0.13.8. This will reduce the number of releases required for CRT updates by treating the dependency as awscrt==0.13.*,>=0.13.8. This update also fixes rare signing failures on Windows.

codecov-commenter commented 2 years ago

Codecov Report

Merging #67 (1b0008e) into develop (fab7875) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff            @@
##           develop      #67   +/-   ##
========================================
  Coverage    88.95%   88.95%           
========================================
  Files           34       34           
  Lines         1919     1919           
========================================
  Hits          1707     1707           
  Misses         212      212           
Flag Coverage Δ
unittests 88.95% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fab7875...1b0008e. Read the comment docs.