Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Latest version on Pypi broken?

Open
#135 4 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
graphql, python
Domain
api, backend

Research direction

Reproduce the ImportError with graphql_server 3.0 and compare its exported names with version 3.0.0b7, focusing on the graphql_server package entry point shown in the traceback. Check whether HttpQueryError remains available in the release, then verify the import behavior and add or update a regression test if the repository provides one.

Written by the indexing model from the issue text.

Description

Hi we were using graphql_server==3.0.0b7 without any issues.

with the 3.0 release on pypi, im getting the following error now:

from graphql_server import (

ImportError: cannot import name 'HttpQueryError' from 'graphql_server' (/usr/local/lib/python3.10/dist-packages/graphql_server/init.py)
2025-08-18 07:52:22,718 247 INFO odoo odoo.service.server: Stopping gracefully

I have since reverted to b7, to solve for now

Dominant language
Python
Stars
134
Forks
70
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from graphql-python/graphql-server

All issues in graphql-python/graphql-server

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.