Skip to content

Commit

Permalink
Remove the direct dependency to protobuf (#16572)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Jan 15, 2024
1 parent a9d7338 commit dbb783d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
1 change: 1 addition & 0 deletions gitlab/changelog.d/16572.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the direct dependency to `protobuf`
5 changes: 1 addition & 4 deletions gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ dynamic = [
license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]
deps = []

[project.urls]
Source = "https://github.com/DataDog/integrations-core"
Expand Down
1 change: 1 addition & 0 deletions gitlab_runner/changelog.d/16572.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the direct dependency to `protobuf`
5 changes: 1 addition & 4 deletions gitlab_runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ dynamic = [
license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]
deps = []

[project.urls]
Source = "https://github.com/DataDog/integrations-core"
Expand Down
1 change: 1 addition & 0 deletions kube_dns/changelog.d/16572.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the direct dependency to `protobuf`
5 changes: 1 addition & 4 deletions kube_dns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ dynamic = [
license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]
deps = []

[project.urls]
Source = "https://github.com/DataDog/integrations-core"
Expand Down
1 change: 1 addition & 0 deletions kubernetes_state/changelog.d/16572.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the direct dependency to `protobuf`
5 changes: 1 addition & 4 deletions kubernetes_state/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ dynamic = [
license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]
deps = []

[project.urls]
Source = "https://github.com/DataDog/integrations-core"
Expand Down

0 comments on commit dbb783d

Please sign in to comment.