File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Cloud Platform services:
2222- `Google Cloud Datastore `_ (`Datastore README `_)
2323- `Stackdriver Logging `_ (`Logging README `_)
2424- `Google Cloud Storage `_ (`Storage README `_)
25+ - `Google Cloud Vision `_ (`Vision README `_)
2526
2627**Beta ** indicates that the client library for a particular service is
2728mostly stable and is being prepared for release. Issues and requests
@@ -39,7 +40,6 @@ Cloud Platform services:
3940- `Google Cloud Natural Language `_ (`Natural Language README `_)
4041- `Google Cloud Translation `_ (`Translation README `_)
4142- `Google Cloud Speech `_ (`Speech README `_)
42- - `Google Cloud Vision `_ (`Vision README `_)
4343- `Google Cloud Bigtable - HappyBase `_ (`HappyBase README `_)
4444- `Google Cloud Runtime Configuration `_ (`Runtime Config README `_)
4545- `Cloud Spanner `_ (`Cloud Spanner README `_)
Original file line number Diff line number Diff line change 3535 'include_package_data' : True ,
3636 'zip_safe' : False ,
3737 'classifiers' : [
38- 'Development Status :: 3 - Alpha ' ,
38+ 'Development Status :: 4 - Beta ' ,
3939 'Intended Audience :: Developers' ,
4040 'License :: OSI Approved :: Apache Software License' ,
4141 'Operating System :: OS Independent' ,
5252REQUIREMENTS = [
5353 'enum34' ,
5454 'google-cloud-core >= 0.23.1, < 0.24dev' ,
55- 'gapic-google-cloud-vision-v1 >= 0.15.2 , < 0.16dev ' ,
55+ 'gapic-google-cloud-vision-v1 >= 0.90.3 , < 0.91dev ' ,
5656]
5757
5858setup (
5959 name = 'google-cloud-vision' ,
60- version = '0.23.2 ' ,
60+ version = '0.23.3 ' ,
6161 description = 'Python Client for Google Cloud Vision' ,
6262 long_description = README ,
6363 namespace_packages = [
You can’t perform that action at this time.
0 commit comments