Skip to content

Commit 4eb897e

Browse files
committed
MOD: Upgrade databento_dbn to 0.29.0
1 parent d2d272f commit 4eb897e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

55
#### Enhancements
6-
- Added new venues, datasets, and publishers for Eurex and European Energy Exchange
7-
(EEX)
6+
- Added new venues, datasets, and publishers for ICE Futures US, ICE Futures Europe (Financial products), Eurex, and European Energy Exchange (EEX)
87
- Added export of the following enums from `databento_dbn` to the root `databento` package:
98
- `Action`
109
- `InstrumentClass`
@@ -24,6 +23,8 @@
2423
- `UNDEF_STAT_QUANTITY`
2524
- `UNDEF_TIMESTAMP`
2625
- Added export of `BidAskPair` and `ConsolidatedBidAskPair` from `databento_dbn` to the root `databento` package
26+
- Upgraded `databento-dbn` to 0.29.0
27+
- Added `COMMODITY_SPOT` `InstrumentClass` variant
2728

2829
## 0.49.0 - 2025-03-04
2930

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.9 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.9"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.27.0"
35+
- databento-dbn = "0.29.0"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ aiohttp = [
3232
{version = "^3.8.3", python = "<3.12"},
3333
{version = "^3.9.0", python = "^3.12"}
3434
]
35-
databento-dbn = "0.27.0"
35+
databento-dbn = "0.29.0"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)