Module
graphql_base
Describe the bug
The graphql_base doesn't have any specific library version pinned in the external pyhon dependencies. Recently graphql-server package was updated to the version 3.0.0 which breaks the module.
This leads to error when trying on the Odoo instances using this module:
cannot import name 'HttpQueryError' from 'graphql_server' (/opt/odoo-venv/lib/python3.12/site-packages/graphql_server/init.py
To Reproduce
Affected versions: all
Steps to reproduce the behavior:
- Try to install the module using pip
Expected behavior
Module is installed including all dependencies.
@sbidoul should we pin the package versions in the manifest or is it better to adopt the 3.0.0+?