From dbb783d9ae99653bab0d70a6488e5fbc10599488 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Mon, 15 Jan 2024 08:41:04 +0100 Subject: [PATCH] Remove the direct dependency to `protobuf` (#16572) --- gitlab/changelog.d/16572.fixed | 1 + gitlab/pyproject.toml | 5 +---- gitlab_runner/changelog.d/16572.fixed | 1 + gitlab_runner/pyproject.toml | 5 +---- kube_dns/changelog.d/16572.fixed | 1 + kube_dns/pyproject.toml | 5 +---- kubernetes_state/changelog.d/16572.fixed | 1 + kubernetes_state/pyproject.toml | 5 +---- 8 files changed, 8 insertions(+), 16 deletions(-) create mode 100644 gitlab/changelog.d/16572.fixed create mode 100644 gitlab_runner/changelog.d/16572.fixed create mode 100644 kube_dns/changelog.d/16572.fixed create mode 100644 kubernetes_state/changelog.d/16572.fixed diff --git a/gitlab/changelog.d/16572.fixed b/gitlab/changelog.d/16572.fixed new file mode 100644 index 0000000000000..c11ae5c203b1f --- /dev/null +++ b/gitlab/changelog.d/16572.fixed @@ -0,0 +1 @@ +Remove the direct dependency to `protobuf` diff --git a/gitlab/pyproject.toml b/gitlab/pyproject.toml index 6f6e4de196c64..c901443a0aad9 100644 --- a/gitlab/pyproject.toml +++ b/gitlab/pyproject.toml @@ -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" diff --git a/gitlab_runner/changelog.d/16572.fixed b/gitlab_runner/changelog.d/16572.fixed new file mode 100644 index 0000000000000..c11ae5c203b1f --- /dev/null +++ b/gitlab_runner/changelog.d/16572.fixed @@ -0,0 +1 @@ +Remove the direct dependency to `protobuf` diff --git a/gitlab_runner/pyproject.toml b/gitlab_runner/pyproject.toml index 11ef7ae4675b1..1f1bd0c327a3a 100644 --- a/gitlab_runner/pyproject.toml +++ b/gitlab_runner/pyproject.toml @@ -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" diff --git a/kube_dns/changelog.d/16572.fixed b/kube_dns/changelog.d/16572.fixed new file mode 100644 index 0000000000000..c11ae5c203b1f --- /dev/null +++ b/kube_dns/changelog.d/16572.fixed @@ -0,0 +1 @@ +Remove the direct dependency to `protobuf` diff --git a/kube_dns/pyproject.toml b/kube_dns/pyproject.toml index bf051af532770..c01edef1aedd5 100644 --- a/kube_dns/pyproject.toml +++ b/kube_dns/pyproject.toml @@ -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" diff --git a/kubernetes_state/changelog.d/16572.fixed b/kubernetes_state/changelog.d/16572.fixed new file mode 100644 index 0000000000000..c11ae5c203b1f --- /dev/null +++ b/kubernetes_state/changelog.d/16572.fixed @@ -0,0 +1 @@ +Remove the direct dependency to `protobuf` diff --git a/kubernetes_state/pyproject.toml b/kubernetes_state/pyproject.toml index f360fab83c786..b091ad130b2a1 100644 --- a/kubernetes_state/pyproject.toml +++ b/kubernetes_state/pyproject.toml @@ -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"