Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trio deprecation message under python 3.9 #133

Open
spinscale opened this issue Jan 17, 2023 · 0 comments
Open

Trio deprecation message under python 3.9 #133

spinscale opened this issue Jan 17, 2023 · 0 comments

Comments

@spinscale
Copy link

When installing firebolt-cli via pip install under python 3.9, every command returns a trio deprecation message in stderr like this:

firebolt engine start --wait my_engine
/Users/name/Library/Python/3.9/lib/python/site-packages/anyio/_backends/_trio.py:164: TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0; use BaseExceptionGroup (on Python 3.11 and later) or exceptiongroup.BaseExceptionGroup (earlier versions) instead (https://github.com/python-trio/trio/issues/2211)
  class ExceptionGroup(BaseExceptionGroup, trio.MultiError):
Engine my_engine is successfully started.

This is on version 0.6.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant