holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.8k stars 519 forks source link

pin bokeh_fastapi to existing version #7495

Closed pmeier closed 3 days ago

pmeier commented 1 week ago

In 7f850dc3c57a516d4c02656675e884a5b1ddd930 (Cc @philippjfr) the dependency was upped to bokeh_fastapi>=0.1.2. However, as of right now, the latest release is 0.1.1:

image

Meaning, pip install panel[fastapi] currently fails as pip 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.

codecov[bot] commented 3 days ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7495 +/- ## ========================================== - Coverage 82.37% 82.37% -0.01% ========================================== Files 339 339 Lines 50995 50995 ========================================== - Hits 42008 42007 -1 - Misses 8987 8988 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features: