Skip to content

Commit 555aafd

Browse files
committed
MOD: Update databento_dbn to v0.32.0
1 parent ab787fb commit 555aafd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
#### Enhancements
66
- Added new optional `id` field to `SubcriptionRequest` class which will be used for improved error messages
7+
- Upgraded `databento-dbn` to 0.32.0
8+
- Fixed `RType` variant names in Python to match `Schema`
9+
- Added missing Python type declarations for `RType` variants
10+
- Fixed issue with Python `_hidden_fields` definition that caused `KeyError: _reserved1_00`
11+
with `CMBP1Msg` and other records with `ConsolidatedBidAskPair`
712

813
## 0.51.0 - 2025-04-08
914

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.31.0"
35+
- databento-dbn = "0.32.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.31.0"
35+
databento-dbn = "0.32.0"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)