Skip to content

Commit 3c2b028

Browse files
committed
MOD: Upgrade databento-dbn to 0.61.0
1 parent a028bd6 commit 3c2b028

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## 0.80.0 - TBD
44

55
#### Enhancements
6-
- Added `MATCH_ALGORITHM` variant `ALLOCATION`
6+
- Upgraded `databento-dbn` to 0.61.0:
7+
- Added `MatchAlgorithm` variant `Allocation`
78

89
## 0.79.0 - 2026-06-02
910

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dynamic = [ "classifiers" ]
1010
dependencies = [
1111
"aiohttp>=3.8.3,<4.0.0; python_version < '3.12'",
1212
"aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'",
13-
"databento-dbn~=0.59.0",
13+
"databento-dbn~=0.61.0",
1414
"numpy>=1.23.5; python_version < '3.12'",
1515
"numpy>=1.26.0; python_version >= '3.12'",
1616
"pandas>=1.5.3,<4.0.0",

0 commit comments

Comments
 (0)