Phoenix Upgrade Error: state Not Supported in Lifespan Scope
Hi team, I upgraded phoenix version on my local virtual environment to the latest (4.10.1). But now I see the following error when I run python3 -m phoenix.server.main serve
| - HTTP: http:/0.0.0.0:6006/v1/traces
| Storage: sqlite:////Users/gsolovev/.phoenix/phoenix.db
INFO: Started server process [36508]
INFO: Waiting for application startup.
ERROR: Traceback (most recent call last):
File "/Users/gsolovev/PycharmProjects/bsci/venv/lib/python3.11/site-packages/starlette/routing.py", line 741, in lifespan
raise RuntimeError(
RuntimeError: The server does not support "state" in the lifespan scope.
ERROR: Application startup failed. Exiting. Do you have any thoughts on what could cause that?
