elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

build: exclude Connexion >3 #166

Closed uniqueg closed 9 months ago

uniqueg commented 9 months ago

Problem

Recently, v3 of Connexion has been released: https://connexion.readthedocs.io/en/latest/quickstart.html

Unfortunately, Connexion v3 breaks the deployment of proTES.

Solution

Until Connexion support in FOCA is fixed (see https://github.com/elixir-cloud-aai/foca/issues/182), manually limit the allowed Connexion versions to exclude v3 and higher.