Skip to content

Bump databroker from 1.2.5 to 2.0.1 - #204

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/databroker-2.0.1
Open

Bump databroker from 1.2.5 to 2.0.1#204
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/databroker-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps databroker from 1.2.5 to 2.0.1.

Release notes

Sourced from databroker's releases.

v2.0.1

What's Changed

Full Changelog: bluesky/databroker@v2.0.0...v2.0.1

v2.0.0

This release remakes Databroker into a wrapper around Tiled, designed to provide a backward-compatible shim to facilitate a transition to using Tiled directly.

Databroker is no longer recommended for new users or facilities adopting Bluesky. Instead, Tiled_ with Bluesky Tiled Plugins_ is recommended as the canonical way to persist and access data and metadata from Bluesky.

Databroker now serves two purposes that remain relevant for some users and some faciilities. First, it contains code adapting the legacy MongoDB-based Bluesky document storage to Tiled---effectively a server-side plugin for Tiled. Second, it wraps the Tiled Python client to provide an API backward-compatible with legacy Databroker user code. If you do not have MongoDB-based Bluesky storage and you do not have legacy Databroker user code, you do not need Databroker.

Databroker will be maintained by NSLS-II through April 2027 at minimum to support the transition from MongoDB-based document storage to PostgreSQL-based storage. The Python user interface may be maintained longer still, depending on the need.

.. _Bluesky Tiled Plugins: https://blueskyproject.io/bluesky-tiled-plugins/

.. _Tiled: https://blueskyproject.io/tiled/

v2.0.0rc3

What's Changed

Full Changelog: bluesky/databroker@v2.0.0rc1...v2.0.0rc3

v2.0.0rc1

What's Changed

... (truncated)

Commits
  • b13119b Merge pull request #880 from genematx/read-block
  • 3586440 UPD: tiled version >= v0.2.11
  • 932b788 ENH: use read_block when reading slices of the entire array
  • 95fb01f REL: v2.0.0
  • f42b696 Fix broken link
  • bcb98e1 HACK: Untagged commit to let docs build
  • a9d975d Drop old 1.x style configuration docs.
  • 1c00b45 REL: v2.0.0rc2
  • 8ad72b9 Merge pull request #878 from bluesky/split-btp
  • 48d82a7 Update Python versions in CI
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [databroker](https://github.com/NSLS-II/databroker) from 1.2.5 to 2.0.1.
- [Release notes](https://github.com/NSLS-II/databroker/releases)
- [Commits](NSLS-II/dataportal@v1.2.5...v2.0.1)

---
updated-dependencies:
- dependency-name: databroker
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 5, 2026
@prjemian

prjemian commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

CI for python 3.11 fails with this error:

==================================== ERRORS ====================================
______________________ ERROR collecting src/apsbits/tests ______________________
src/apsbits/tests/conftest.py:19: in <module>
    from apsbits.demo_instrument.startup import RE
src/apsbits/demo_instrument/startup.py:18: in <module>
    from apsbits.core.catalog_init import init_catalog
src/apsbits/core/catalog_init.py:16: in <module>
    from databroker._drivers.mongo_normalized import BlueskyMongoCatalog
E   ModuleNotFoundError: No module named 'databroker._drivers'
=========================== short test summary info ============================
ERROR src/apsbits/tests - ModuleNotFoundError: No module named 'databroker._drivers'
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!

This is expected at this time and depends at least on #193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant