Skip to content

Commit

Permalink
Relaxing the range of grpcio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshYuJump committed Dec 2, 2021
1 parent 0df7b55 commit 41985a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bali/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.5'
__version__ = '2.1.6'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dateparser==1.0.0
decamelize==0.1.2
fastapi[all]==0.63.0
fastapi-pagination==0.7.4
grpcio>=1.32.0,<1.40
grpcio-tools>=1.32.0,<1.40
grpcio>=1.32.0,<1.42
grpcio-tools>=1.32.0,<1.42
grpc-interceptor==0.13.0
PyMySQL==0.10.1
passlib[bcrypt]==1.7.2
Expand Down

0 comments on commit 41985a8

Please sign in to comment.