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

Support / test newer versions of dependencies #32

Closed
uSpike opened this issue Dec 13, 2019 · 1 comment
Closed

Support / test newer versions of dependencies #32

uSpike opened this issue Dec 13, 2019 · 1 comment

Comments

@uSpike
Copy link

uSpike commented Dec 13, 2019

Because the following version constraints are defined:

apispec = {version = "^1.0",optional = true}
pyyaml = {version = "^3.13",optional = true}

Only apispec 1.x and pyyaml 3.13.x will be used/tested when flama[schema] is installed.

apispec is on version 3 and pyyaml is at 5 now. There are numerous useful changes in those projects that can be integrated into flama.

@perdy
Copy link
Collaborator

perdy commented Dec 18, 2019

The new version of Flama (v0.12) now supports apispec 3 and pyyaml 5.

Thanks!

@perdy perdy closed this as completed Dec 18, 2019
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

Successfully merging a pull request may close this issue.

2 participants