Closed pmeier closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.37%. Comparing base (
951f620
) to head (8665d1d
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
In 7f850dc3c57a516d4c02656675e884a5b1ddd930 (Cc @philippjfr) the dependency was upped to
bokeh_fastapi>=0.1.2
. However, as of right now, the latest release is0.1.1
:Meaning,
pip install panel[fastapi]
currently fails aspip
cannot find a version that satisfies the constraints.This PR drops the pin back down to
bokeh_fastapi>=0.1.1
, which is likely what was intended in the first place.