Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 124621e

Browse files
authored
Merge branch 'main' into renovate/all
2 parents be3f524 + 0e59848 commit 124621e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.2-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.1-alpha...v0.14.2-alpha) (2025-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow google-cloud-storage 3.x ([#378](https://github.com/googleapis/python-documentai-toolbox/issues/378)) ([ec42e86](https://github.com/googleapis/python-documentai-toolbox/commit/ec42e865007326ca2b966b2171a6545307e30b32))
9+
310
## [0.14.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.0-alpha...v0.14.1-alpha) (2024-12-17)
411

512

google/cloud/documentai_toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.14.1-alpha"
16+
__version__ = "0.14.2-alpha"

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
"google.cloud.documentai_toolbox": ["templates/*.xml.j2"],
5454
},
5555
install_requires=(
56-
"google-api-core>=2.15.0, <3.0.0dev",
56+
"google-api-core>=2.15.0, <3.0.0",
5757
"pandas[performance,gcp]>=2.0.0, <3.0.0",
5858
"pyarrow>=15.0.0, <16.0.0",
5959
"tabulate>=0.9.0, <1.0.0",
60-
"proto-plus>=1.22.3, <2.0.0dev",
61-
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
62-
"grpc-google-iam-v1>=0.12.6, <1.0.0dev",
63-
"google-cloud-bigquery>=3.5.0, <4.0.0dev",
64-
"google-cloud-documentai>=2.29.2, <4.0.0dev",
65-
"google-cloud-storage>=1.31.0, <3.0.0dev",
66-
"google-cloud-vision>=2.7.0, <4.0.0dev",
60+
"proto-plus>=1.22.3, <2.0.0",
61+
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
62+
"grpc-google-iam-v1>=0.12.6, <1.0.0",
63+
"google-cloud-bigquery>=3.5.0, <4.0.0",
64+
"google-cloud-documentai>=2.29.2, <4.0.0",
65+
"google-cloud-storage>=1.31.0, <4.0.0",
66+
"google-cloud-vision>=2.7.0, <4.0.0",
6767
"numpy>=1.23.5, <2.0.0",
6868
"intervaltree>=3.0.0",
6969
"pikepdf>=8.0.0, <9.0.0",

0 commit comments

Comments
 (0)