optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
532 stars 90 forks source link

Fix mypy errors in Optuna 4.0+ #960

Closed c-bata closed 2 months ago

c-bata commented 2 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

None

What does this implement/fix? Explain your changes.

Fix mypy errors in Optuna 4.0+. This PR also fixes start_response in python_tests/wsgi_client.py.