Skip to content

Commit 7b7de71

Browse files
committed
Update documentai to 2.7.0 to support python 3.11
1 parent 4f9be0f commit 7b7de71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentai/snippets/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
"ignored_versions": ["2.7", "3.6", "3.8", "3.9", "3.11"],
25+
"ignored_versions": ["2.7", "3.6", "3.8", "3.9", "3.10"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": False,

documentai/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-documentai==2.6.0
1+
google-cloud-documentai==2.7.0
22
google-cloud-storage==2.7.0

0 commit comments

Comments
 (0)