Skip to content

Commit

Permalink
fix: add missing dependencies (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 16, 2023
1 parent 7d5a38f commit 3e020cd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gapic/templates/_pypi_packages.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Note: Set the minimum version for google-cloud-documentai to 2.0.0 which has sup
{% set pypi_packages = {
("google", "apps", "script", "type"): {"package_name": "google-apps-script-type", "lower_bound": "0.2.0", "upper_bound": "1.0.0dev"},
("google", "geo", "type"): {"package_name": "google-geo-type", "lower_bound": "0.1.0", "upper_bound": "1.0.0dev"},
("google", "identity", "accesscontextmanager", "v1"): {"package_name": "google-cloud-access-context-manager", "lower_bound": "0.1.2", "upper_bound": "1.0.0dev"},
("google", "cloud", "documentai", "v1"): {"package_name": "google-cloud-documentai", "lower_bound": "2.0.0", "upper_bound": "3.0.0dev"},
("google", "cloud", "kms", "v1"): {"package_name": "google-cloud-kms", "lower_bound": "2.3.0", "upper_bound": "3.0.0dev"},
("google", "cloud", "osconfig", "v1"): {"package_name": "google-cloud-os-config", "lower_bound": "1.0.0", "upper_bound": "2.0.0dev"},
("google", "iam", "v1"): {"package_name": "grpc-google-iam-v1", "lower_bound": "0.12.4", "upper_bound": "1.0.0dev"},
("google", "iam", "v2"): {"package_name": "google-cloud-iam", "lower_bound": "2.12.2", "upper_bound": "3.0.0dev"}
}
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"google-cloud-access-context-manager >= 0.1.2, <1.0.0dev",
"google-cloud-os-config >= 1.0.0, <2.0.0dev",
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
]
url = "https://github.com/googleapis/python-asset"
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
google-api-core
proto-plus
protobuf
google-cloud-access-context-manager
google-cloud-os-config
grpc-google-iam-v1
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
google-api-core
proto-plus
protobuf
google-cloud-access-context-manager
google-cloud-os-config
grpc-google-iam-v1
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
google-api-core
proto-plus
protobuf
google-cloud-access-context-manager
google-cloud-os-config
grpc-google-iam-v1
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
google-api-core==1.34.0
proto-plus==1.22.0
protobuf==3.19.5
google-cloud-access-context-manager==0.1.2
google-cloud-os-config==1.0.0
grpc-google-iam-v1==0.12.4
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
google-api-core
proto-plus
protobuf
google-cloud-access-context-manager
google-cloud-os-config
grpc-google-iam-v1
2 changes: 2 additions & 0 deletions tests/integration/goldens/asset/testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
google-api-core
proto-plus
protobuf
google-cloud-access-context-manager
google-cloud-os-config
grpc-google-iam-v1

0 comments on commit 3e020cd

Please sign in to comment.