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

Commit c4d6085

Browse files
author
James Williams
authored
Bump protobuf (#271)
## 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.
1 parent 3fb3b3c commit c4d6085

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333

3434
# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
3535
typedb-protocol==2.12.0
36-
grpcio==1.43.0
37-
protobuf==3.15.5
36+
grpcio>=1.43.0,<=1.44.0
37+
protobuf>=3.15.5,<=3.20.1

requirements_dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
## Dependencies
3232

3333
typedb-protocol==2.12.0
34-
grpcio==1.43.0
35-
protobuf==3.15.5
34+
grpcio>=1.43.0,<=1.44.0
35+
protobuf>=3.15.5,<=3.20.1
3636

3737

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

0 commit comments

Comments
 (0)