Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e23315

Browse files
authored
Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
Closes #6390.
1 parent c41b3ef commit 2e23315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = 'Development Status :: 4 - Beta'
3131
dependencies = [
32-
'google-api-core[grpc]<2.0.0dev,>=0.1.4',
32+
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
3333
]
3434
extras = {
3535
}

0 commit comments

Comments
 (0)