Skip to content

fix: Fix bluesky dependency version requirements of tiled and dodal#1226

Merged
DiamondJoseph merged 2 commits intomainfrom
fix_tiled_import
Oct 6, 2025
Merged

fix: Fix bluesky dependency version requirements of tiled and dodal#1226
DiamondJoseph merged 2 commits intomainfrom
fix_tiled_import

Conversation

@DiamondJoseph
Copy link
Copy Markdown
Contributor

@DiamondJoseph DiamondJoseph commented Oct 3, 2025

Fxes #1225

@DiamondJoseph DiamondJoseph requested a review from a team as a code owner October 3, 2025 09:49
@DiamondJoseph DiamondJoseph changed the title fix: Make tiled import optional fix: Pin Tiled dependency to version compatible with dodal Oct 3, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.64%. Comparing base (3dd5f08) to head (0a58da4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1226   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files          41       41           
  Lines        2595     2595           
=======================================
  Hits         2456     2456           
  Misses        139      139           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DiamondJoseph DiamondJoseph force-pushed the fix_tiled_import branch 2 times, most recently from 1b22649 to d54d77c Compare October 3, 2025 15:34
@tpoliaw
Copy link
Copy Markdown
Contributor

tpoliaw commented Oct 6, 2025

It doesn't look like this change has anything to do with tiled?

Comment thread dev-requirements.txt
coverage==7.10.7
cryptography==46.0.2
cycler==0.12.1
daq-config-server==1.0.0rc2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eee, wonder what pulled this in

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest version of dodal I expect

@DiamondJoseph
Copy link
Copy Markdown
Contributor Author

It doesn't look like this change has anything to do with tiled?

See ticket #1225

tiled>=0.1.0 requires to function but not explicitly bluesky>=1.14.4
dodal<1.60.0 requires bluesky<=1.14.2

So we needed dodal>=1.60.0 which is compatible with bluesky>=1.14.5

@DiamondJoseph DiamondJoseph merged commit 1021110 into main Oct 6, 2025
19 checks passed
@DiamondJoseph DiamondJoseph deleted the fix_tiled_import branch October 6, 2025 10:48
@DiamondJoseph DiamondJoseph changed the title fix: Pin Tiled dependency to version compatible with dodal fix: Fix bluesky dependency version requirements of tiled and dodal Oct 6, 2025
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.

3 participants