Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin bokeh_fastapi to existing version #7495

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

pmeier
Copy link
Contributor

@pmeier pmeier commented Nov 14, 2024

In 7f850dc (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.

@hoxbro hoxbro enabled auto-merge (squash) November 18, 2024 19:32
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.37%. Comparing base (951f620) to head (8665d1d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@hoxbro hoxbro merged commit d7049ce into holoviz:main Nov 18, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants