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

AttributeError: 'MarshmallowPlugin' object has no attribute 'openapi' #31

Closed
dasouch opened this issue Dec 11, 2019 · 1 comment
Closed

Comments

@dasouch
Copy link

dasouch commented Dec 11, 2019

AttributeError: 'MarshmallowPlugin' object has no attribute 'openapi'

apispec==3.1.0
flama==0.11.0
marshmallow==3.3.0
starlette==0.12.13
uvicorn==0.10.8
uvloop==0.14.0

@perdy
Copy link
Collaborator

perdy commented Dec 12, 2019

Hi!

It seems caused by a backward incompatible change in apispec 3.0.0.

Have you manually defined apispec as requirement for your project? Flama's requirements defined the apispec version with following constraints: >=1.0, <2.0.

@dasouch dasouch closed this as completed Dec 13, 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

No branches or pull requests

2 participants