You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixup dependencies for package test
* Explicitly depend on protobuf
* Add changelog
* Fix test dependencies
* Install proper protobuf dependency
* Add stubs for v5.27.4 and v5.28.3, required due to incompatibilities with v5.26.1 and higher minor vers
* Change to generate with minimum supported grpcio-tools dep for pb major ver
* Add test to matrix of incompat grpcio with pb
* Raise custom exception on incompatible grpc/pb versions for stubs
* Add test verifying compatability throw for all grpcio/protobuf combinations
* Add install of test deps in new test
* Remove env var drilling in test
* Move test to standalone package to avoid imports outside of test
* Add missed init for pkg
* Move weaviate import into test
* Except the expected connection error in new test
* Fix test for wrong protos
* Remove other import
* Fix checking of exception message
* More fixes
* Remove yanked dep in test
---------
Co-authored-by: Tommy Smith <[email protected]>
f"gRPC incompatibility detected. Protobuf: {pb.base_version}, gRPC: {grpc.base_version}. Ensure that your protobuf and grpcio versions are compatible or runtime errors may occur."
0 commit comments