graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

refactor!: Drop VersionInfo in favor of tuple #124

Closed kiendang closed 1 year ago

kiendang commented 1 year ago

Fix VersionInfo and test_version.py to handle release candidates correctly. Also refactor the tests.

fr-orionfollett commented 1 year ago

Did this break something? Im trying to install the latest version of graphql-server and it is erroring with ImportError: cannot import name 'MutableMapping' from 'collections'. But when I look at the version number in my venv, it says version 3.0.0b7

fr-orionfollett commented 1 year ago

Seems like pip can't find the correct version anymore

kiendang commented 1 year ago

Hi @fr-orionfollett could you create a separate issue for this also with a reproducible example (for example the exact commands you ran to install the library)?

orionfollett commented 1 year ago

Yep, it'll take me a couple of days though

fr-orionfollett commented 12 months ago

You know what, I accidentally had two versions installed which was causing my issue, so nevermind! Thanks for the quick response though.