This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.0] ( https://www.github.com/googleapis/python-documentai/compare/v0.2.0...v0.3.0 ) (2020-09-30)
4+
5+
6+ ### Features
7+
8+ * add async client ([ #26 ] ( https://www.github.com/googleapis/python-documentai/issues/26 ) ) ([ ea83083] ( https://www.github.com/googleapis/python-documentai/commit/ea83083c315d4a97c29df35955f9547e2f869114 ) )
9+ * add v1beta3 ([ #34 ] ( https://www.github.com/googleapis/python-documentai/issues/34 ) ) ([ 6145da3] ( https://www.github.com/googleapis/python-documentai/commit/6145da3d5a5032f9df59ea2a499dccbf24809841 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** python:** change autodoc_default_flags to autodoc_default_options ([ #27 ] ( https://www.github.com/googleapis/python-documentai/issues/27 ) ) ([ 4eefc0a] ( https://www.github.com/googleapis/python-documentai/commit/4eefc0abf9a36cff8639c16c49d09487433b325b ) )
15+
316## [ 0.2.0] ( https://www.github.com/googleapis/python-documentai/compare/v0.1.0...v0.2.0 ) (2020-05-28)
417
518
Original file line number Diff line number Diff line change 1919import os
2020import setuptools # type: ignore
2121
22- version = "0.2 .0"
22+ version = "0.3 .0"
2323
2424package_root = os .path .abspath (os .path .dirname (__file__ ))
2525
4141 platforms = "Posix; MacOS X; Windows" ,
4242 include_package_data = True ,
4343 install_requires = (
44- "google-api-core[grpc] >= 1.17.2 , < 2.0.0dev" ,
45- "proto-plus >= 0.4 .0" ,
44+ "google-api-core[grpc] >= 1.22.0 , < 2.0.0dev" ,
45+ "proto-plus >= 1.10 .0" ,
4646 ),
4747 python_requires = ">=3.6" ,
4848 setup_requires = ["libcst >= 0.2.5" ],
You can’t perform that action at this time.
0 commit comments