Skip to content

Commit a3c747d

Browse files
committed
chore: update dep groups to optional
Signed-off-by: zazulam <[email protected]>
1 parent c7f062d commit a3c747d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

api/v2alpha1/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
'protobuf==6.31.1,<7.0',
3939
]
4040

41-
[dependency-groups]
41+
[project.optional-dependencies]
4242
dev = []
4343

4444
[project.urls]

backend/api/v2beta1/python_http_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
'python-dateutil',
4040
]
4141

42-
[dependency-groups]
42+
[project.optional-dependencies]
4343
dev = [
4444
'pytest~=4.6.7', # needed for python 2.7+3.4
4545
'pytest-cov>=2.8.1',

kubernetes_platform/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
'kfp>=2.14.0,<3',
3535
]
3636

37-
[dependency-groups]
37+
[project.optional-dependencies]
3838
dev = [
3939
'docformatter==1.4',
4040
'isort==5.10.1',

sdk/python/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ all = [
8888
'kfp[docker,kubernetes,notebooks]'
8989
]
9090

91-
[dependency-groups]
9291
dev = [
9392
'absl-py==1.4.0',
9493
'docformatter==1.4',

0 commit comments

Comments
 (0)