Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Bump protobuf (#271)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

We've bumped our protobuf dependency in response to the following issue:
- #270

## What are the changes implemented in this PR?

We've changed our pinned protobuf version from 3.15.5 to 3.20.1.
  • Loading branch information
James Williams authored Dec 5, 2022
1 parent 3fb3b3c commit c4d6085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@

# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
typedb-protocol==2.12.0
grpcio==1.43.0
protobuf==3.15.5
grpcio>=1.43.0,<=1.44.0
protobuf>=3.15.5,<=3.20.1
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
## Dependencies

typedb-protocol==2.12.0
grpcio==1.43.0
protobuf==3.15.5
grpcio>=1.43.0,<=1.44.0
protobuf>=3.15.5,<=3.20.1


# Dev dependencies (not required to use the typedb-client package, but necessary for its development)
Expand Down

0 comments on commit c4d6085

Please sign in to comment.