python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Relax `grpcio` requirement

Open berndverst opened this issue 3 years ago • 1 comments

Signed-off-by: Bernd Verst [email protected]

Description

Relaxes the grpcio requirement as per #479 which is already in release 1.8.2.

berndverst avatar Oct 14 '22 19:10 berndverst

Codecov Report

Merging #480 (1d0b356) into master (3d9b155) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #480   +/-   ##
=======================================
  Coverage   89.80%   89.80%           
=======================================
  Files          56       56           
  Lines        2608     2609    +1     
=======================================
+ Hits         2342     2343    +1     
  Misses        266      266           
Impacted Files Coverage Δ
dapr/actor/client/proxy.py 88.57% <ø> (ø)
dapr/actor/actor_interface.py 100.00% <100.00%> (ø)
dapr/actor/runtime/context.py 91.66% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 14 '22 19:10 codecov[bot]

The new tox version I included found new linter issues :p

berndverst avatar Dec 20 '22 21:12 berndverst