Skip to content

Commit 0585b95

Browse files
committed
MOD: Upgrade databento-dbn to 0.52.0
1 parent 6c3871c commit 0585b95

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

55
#### Enhancements
6-
- Changed `SlowReaderBehavior.SKIP` to send "skip" instead of "drop" to the gateway
6+
- Changed default of `Live` client `slow_reader_behavior` to `SlowReaderBehavior.SKIP` instead of `SlowReaderBehavior.DROP`
7+
- Upgraded `databento-dbn` to 0.52.0:
8+
- Added `SYMBOL_CSTR_LEN` constant and versioned variants (`SYMBOL_CSTR_LEN_V1`,
9+
`SYMBOL_CSTR_LEN_V2`, `SYMBOL_CSTR_LEN_V3`) to Python, including in each versioned
10+
module (`v1`, `v2`, `v3`) as `SYMBOL_CSTR_LEN`
11+
- Added `v1`, `v2`, and `v3` submodule imports to `databento_dbn.__init__` so they are
12+
accessible as attributes (e.g. `databento_dbn.v1`)
713

814
## 0.73.0 - 2026-03-10
915

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 distributions of Anaconda 2023.x and above.
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.10"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "~0.51.0"
35+
- databento-dbn = "~0.52.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
@@ -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.51.0",
13+
"databento-dbn~=0.52.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)