File tree Expand file tree Collapse file tree
.librarian/generator-input/client-post-processing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11description : Restore handwritten __init__.py for google-cloud-storage
22replacements :
3- - paths : [
4- packages/google-cloud-storage/noxfile.py,
5- ]
6- before : |
7- CURRENT_DIRECTORY = pathlib.Path\(__file__\).parent.absolute\(\)
8- after : |
9- CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
10- # Path to the centralized mypy configuration file at the repository root.
11- # Search upwards to support running nox from both monorepo packages and integration test goldens.
12- MYPY_CONFIG_FILE = next(
13- (
14- str(p / "mypy.ini")
15- for p in CURRENT_DIRECTORY.parents
16- if (p / "mypy.ini").exists()
17- ),
18- str(CURRENT_DIRECTORY.parent.parent / "mypy.ini"),
19- )
20- count : 1
213 - paths : [
224 packages/google-cloud-storage/noxfile.py,
235 ]
@@ -658,7 +640,7 @@ replacements:
658640 packages/google-cloud-storage/testing/constraints-3.10.txt
659641 ]
660642 before : |
661- google-api-core==2.24.2
643+ google-api-core==2.25.0
662644 google-auth==2.14.1
663645 grpcio==1.59.0
664646 proto-plus==1.26.1
You can’t perform that action at this time.
0 commit comments