vaticle / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 25 forks source link

Depend on grpcio<2, protobuf<4 #275

Closed alexjpwalker closed 1 year ago

alexjpwalker commented 1 year ago

What is the goal of this PR?

We increased the flexibility of our dependency requirements. Any version of grpcio < 2 and protobuf < 4 are now acceptable.

What are the changes implemented in this PR?

We have previously had to do a new release of this client whenever someone depends on a different version of grpcio or protobuf in their project - in particular, even if they are depending on a newer version. This is not a good experience for developers.

Now, we accept any version that is expected to be non-breaking.

typedb-bot commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture