Closed qpeyramale closed 6 years ago
qpeyramale, Thanks for posting an issue about that.
We added 'description' field in the schema in order to document the use of the api. It has been implemented like that : https://github.com/akretion/roulier/blob/develop/roulier/api.py#L10 It seams Cerberus 1.2 has changed the way of doing that.
Do not hesitate to propose a PR. Either fixing the Cerberus version to 1.1 in a requiremens.txt or either fixing it for the new versions of cerberus.
Thanks
Hello,
I am ok with that. Just a last question, do you plan to implement python 3 compatibility?
Thanks for your response Regards
I hope so but I don't have any python 3 project yet which require this module. May be next year.
Alright. Have a good day.
Hello, I got an error when I call the api() method. I'm on Cerberus 1.2. No issue with Cerberus 1.1.
Thank you