You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just noticed this constraint jedi = "0.18.0" in pyproject.toml, and i wonder why you did not use ^0.18.0, as >= 0.18.0 and < 0.19.0 seems good enough.
jedi has published v0.18.1 at 2021.11.7.
The text was updated successfully, but these errors were encountered:
i just noticed this constraint
jedi = "0.18.0"
in pyproject.toml, and i wonder why you did not use^0.18.0
, as>= 0.18.0 and < 0.19.0
seems good enough.jedi has published v0.18.1 at 2021.11.7.
The text was updated successfully, but these errors were encountered: