https://dagster.io/ logo
#ask-community
Title
# ask-community
m

Michael Prasuhn

03/22/2022, 5:30 PM
I'm getting the following error when trying to refresh
dagit
after upgrading dagster from 0.12.11 to 0.14.5:
Copy code
ERROR: Exception in ASGI application
Traceback (most recent call last):
  File "/Users/mdp/ioby-data/.venv/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py", line 371, in run_asgi
    asgi = app(self.scope)
TypeError: __call__() missing 2 required positional arguments: 'receive' and 'send'
a

alex

03/22/2022, 5:35 PM
ya looks like these are related - we don’t have the appropriate lower bound version for
uvicorn
m

Michael Prasuhn

03/22/2022, 5:39 PM
What would an ideal version be? I'm not sure why it resolved to such an old version
Ahh, it was an old, locked version of python-dotenv
a

alex

03/22/2022, 5:43 PM
i think iIm going to set
>=0.12.0
which is where
[standard]
was added
7 Views