File tree Expand file tree Collapse file tree 6 files changed +27
-9
lines changed
packages/google-cloud-bigquery-storage/google/cloud
scripts/client-post-processing Expand file tree Collapse file tree 6 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright 2022 Google LLC
2+ # Copyright 2025 Google LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.33.1 " # {x-release-please-version}
16+ __version__ = "0.0.0 " # {x-release-please-version}
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright 2022 Google LLC
2+ # Copyright 2025 Google LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.33.1 " # {x-release-please-version}
16+ __version__ = "0.0.0 " # {x-release-please-version}
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright 2022 Google LLC
2+ # Copyright 2025 Google LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.33.1 " # {x-release-please-version}
16+ __version__ = "0.0.0 " # {x-release-please-version}
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.33.1 " # {x-release-please-version}
16+ __version__ = "0.0.0 " # {x-release-please-version}
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright 2022 Google LLC
2+ # Copyright 2025 Google LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.33.1 " # {x-release-please-version}
16+ __version__ = "0.0.0 " # {x-release-please-version}
Original file line number Diff line number Diff line change @@ -433,6 +433,24 @@ replacements:
433433 # Given that this file is mostly handwritten, we could omit the file completely when we migrate to librarian
434434 # See `preserve_regex` in https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#generate
435435 # We could also consider updating the docs/index.rst template so that the majority of handwritten changes are not required
436+ - paths : [
437+ packages/google-cloud-bigquery-storage/testing/constraints-3.7.txt,
438+ ]
439+ before : |
440+ google-api-core==1.34.1
441+ google-auth==2.14.1
442+ proto-plus==1.22.3
443+ protobuf==3.20.2
444+ after : |
445+ google-api-core==1.34.1
446+ google-auth==2.14.1
447+ proto-plus==1.22.3
448+ libcst==0.2.5
449+ fastavro==0.21.2
450+ pandas==1.0.5
451+ pyarrow==0.15.0
452+ protobuf==3.20.2
453+ count : 1
436454 - paths : [
437455 packages/google-cloud-bigquery-storage/docs/index.rst,
438456 ]
You can’t perform that action at this time.
0 commit comments