From 104b95e0b6357daf322bfa38ee2dbbe5facbac24 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:17:11 -0800 Subject: [PATCH] Remove protoc_gen_swagger (#4860) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- flyteidl/pyproject.toml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/flyteidl/pyproject.toml b/flyteidl/pyproject.toml index 1a449b4901..b3c56baced 100644 --- a/flyteidl/pyproject.toml +++ b/flyteidl/pyproject.toml @@ -12,24 +12,8 @@ readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8,<3.13" dependencies = [ 'googleapis-common-protos', - 'protoc_gen_swagger', 'protoc-gen-openapiv2', 'protobuf>=4.21.1,<5.0.0', - # Packages in here should rarely be pinned. This is because these - # packages (at the specified version) are required for project - # consuming this library. By pinning to a specific version you are the - # number of projects that can consume this or forcing them to - # upgrade/downgrade any dependencies pinned here in their project. - # - # Generally packages listed here are pinned to a major version range. - # - # e.g. - # Python FooBar package for foobaring - # pyfoobar>=1.0, <2.0 - # - # This will allow for any consuming projects to use this library as - # long as they have a version of pyfoobar equal to or greater than 1.x - # and less than 2.x installed. ] classifiers = [ "Intended Audience :: Science/Research",