Skip to content

Commit b13eff8

Browse files
committed
MOD: Upgrade databento-dbn version
1 parent 855c661 commit b13eff8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This release adds support for Python v3.13.
77
#### Enhancements
88
- Added support for Python 3.13
99
- Added new IntelligentCross venues `ASPN`, `ASMT`, and `ASPI`
10+
- Upgraded `databento-dbn` to 0.23.1
11+
- Fixed `pretty_activation` getter in `databento_dbn` returning `expiration` instead
12+
- Fixed some `pretty_` getters in `databento_dbn` didn't correctly handle `UNDEF_PRICE`
1013

1114
#### Deprecations
1215
- Deprecated `packaging` parameter for `Historical.batch.submit_job` which will be removed in a future release

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

0 commit comments

Comments
 (0)