Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Connexion with an OpenApi spec impossible if installed from conda #1053

Closed
sveme opened this issue Oct 14, 2019 · 2 comments
Closed

Using Connexion with an OpenApi spec impossible if installed from conda #1053

sveme opened this issue Oct 14, 2019 · 2 comments

Comments

@sveme
Copy link

sveme commented Oct 14, 2019

Description

When installing Connexion from the conda-forge channel, the OpenApi support is not available as the dependency openapi-spec-validator is not available on conda-forge. I know that this is probably not your issue to solve, but something to keep in mind for your developers.

Expected behaviour

The package openapi-spec-validator should be available on conda-forge so that connexion works with Open Api via Conda (and subsequently so that Constructor works with Connexion).

Actual behaviour

An OpenApi spec cannot be validated

Steps to reproduce

Install Connexion via conda-forge, try running an OpenApi spec with it.

Additional info:

Output of the commands:

  • python --version
  • pip show connexion | grep "^Version\:"
@dtkav
Copy link
Collaborator

dtkav commented Nov 10, 2019

#936 may help with this, as switching to a pure jsonschema validator would allow us to drop the dependency.

@RobbeSneyders
Copy link
Member

Fixed by #936

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants