Skip to content

Commit 689d423

Browse files
committed
MOD: Update Python client to databento_dbn 0.17.1
1 parent 89ff2bf commit 689d423

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#### Enhancements
66
- Improved exception messages when multiple `ErrorMsg` are received by the `Live` client
7-
- Upgraded `databento-dbn` to 0.17.0
7+
- Upgraded `databento-dbn` to 0.17.1
88

99
#### Bug fixes
1010
- Removed live session ID parsing to `int`, that could cause a session to fail when

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.8 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.8"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.17.0"
35+
- databento-dbn = "0.17.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pyarrow = ">=13.0.0"

databento/common/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
databento_dbn.InstrumentDefMsg,
2020
databento_dbn.InstrumentDefMsgV1,
2121
databento_dbn.StatMsg,
22-
databento_dbn.StatusMsg, # type: ignore [name-defined]
22+
databento_dbn.StatusMsg,
2323
databento_dbn.SymbolMappingMsg,
2424
databento_dbn.SymbolMappingMsgV1,
2525
databento_dbn.SystemMsg,

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

0 commit comments

Comments
 (0)