Skip to content

Commit 8766c4a

Browse files
authored
Pin dependency packages versions (#407)
1 parent ec78297 commit 8766c4a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ keywords = []
3030

3131
# pip dependencies installed with `pip install -e .`
3232
dependencies = [
33-
"cloud-accelerator-diagnostics",
34-
"tabulate",
35-
"ruamel.yaml",
36-
"pyyaml",
37-
"docker",
33+
"cloud-accelerator-diagnostics==0.1.1",
34+
"tabulate==0.9.0",
35+
"ruamel.yaml==0.18.10",
36+
"pyyaml==6.0.2",
37+
"docker==7.1.0",
3838
"kubernetes==31.0.0",
39-
"google-cloud",
40-
"google-api-core",
41-
"packaging",
42-
"google-cloud-filestore",
43-
"google-cloud-storage"
39+
"google-cloud==0.34.0",
40+
"google-api-core==2.24.1",
41+
"packaging==24.2",
42+
"google-cloud-filestore==1.12.0",
43+
"google-cloud-storage==2.19.0"
4444
]
4545

4646
[project.urls]
@@ -62,7 +62,7 @@ dev = [
6262
"pylint>=2.6.0",
6363
"pre-commit",
6464
"pytest",
65-
"docker"
65+
"docker==7.1.0"
6666
]
6767

6868
[tool.setuptools]

0 commit comments

Comments
 (0)