plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
Other
348 stars 33 forks source link

Use of deprecated setDaemon API #171

Open gmacon opened 5 months ago

gmacon commented 5 months ago

In Python 3.10, the isDaemon/setDaemon API on Thread was deprecated in favor of just using the daemon attribute directly. This produces this warning during tests:

  .../site-packages/kaleido/scopes/base.py:188: DeprecationWarning:

  setDaemon() is deprecated, set the daemon attribute instead
amgcc commented 5 months ago

Are there any plans to release a new version of streamlit? This is fixed on the master branch but not available to conda users.