vmagamedov / grpclib

Pure-Python gRPC implementation for asyncio
http://grpclib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
936 stars 92 forks source link

ImportError: cannot import name 'PingAcknowledged' from 'h2.events' #121

Closed hyzyla closed 4 years ago

hyzyla commented 4 years ago

Version 0.3.2 worked correctly until today. In installed packages h2 has version 4.0, wich was changed yesterday in requirements https://github.com/vmagamedov/grpclib/commit/8d5bb3fb19948473f43f13d98a9c1832d8527048

Expected that released previously library with version 0.3.2 should work as before

vmagamedov commented 4 years ago

What do you suggest?

upcFrost commented 4 years ago

+1. Actually it was kinda strange. Wasn't the h2 version fixed in the requirements?

vmagamedov commented 4 years ago

See #119