Skip to content

graph_base is broken due to the recent update of the graphql-server in pip #559

@ivs-cetmix

Description

@ivs-cetmix

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:

  1. 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+?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions