TypeError: Field.__init__() got an unexpected keyword argument 'missing'
Recent changes appear introduced this error which appears when a new project or any of the examples:
flask-muck/examples/02_pydantic$ python3 app.py
Traceback (most recent call last):
File "/home/brian/SandboxPydantic/flask-muck/examples/02_pydantic/app.py", line 6, in
I'll check this out tonight. Some other devs ran into the same pkg_resource dependency problem that plagues this package. I'm going to bring in their fix tonight and that will get the build process working again. Then I'll get this sorted at the same time.
@BrianBut I'm not able to reproduce but I suspect it's a dependency issue.
if you check out the README in the example directories they have a command to run the test server. Try running this using pipenv run python3 app.py and let me know if that resolves it.
I changed marshmallow from 4.0.0 to 3.18.0, and fixed the problem.