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

Commit c923502

Browse files
committed
googlesamples/assistant: relax dependency versions
Bug: 66996091 Change-Id: Ic3d57c35b630fe3b26121d954ce399d9fab01f45
1 parent 9a7c584 commit c923502

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-assistant-grpc==0.0.2
2-
google-auth-oauthlib==0.1.0
3-
urllib3[secure]==1.21.1
4-
sounddevice==0.3.7
5-
click==6.7
6-
tenacity==4.1.0
2+
google-auth-oauthlib>=0.1.0,<0.2
3+
urllib3[secure]>=1.21,<2
4+
sounddevice>=0.3.7,<0.4
5+
click>=6.7,<7
6+
tenacity>=4.1.0,<5
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-assistant-library==0.0.3
2-
argparse==1.4.0
3-
google-auth==1.0.1
2+
argparse>=1.4.0,<2
3+
google-auth>=1.0.1,<2

0 commit comments

Comments
 (0)