Skip to content

Commit

Permalink
MOD: Update Python client to databento_dbn 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Apr 3, 2024
1 parent 89ff2bf commit 689d423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

#### Bug fixes
- Removed live session ID parsing to `int`, that could cause a session to fail when
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
The minimum dependencies as found in the `pyproject.toml` are also listed below:
- python = "^3.8"
- aiohttp = "^3.8.3"
- databento-dbn = "0.17.0"
- databento-dbn = "0.17.1"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- pyarrow = ">=13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion databento/common/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
databento_dbn.InstrumentDefMsg,
databento_dbn.InstrumentDefMsgV1,
databento_dbn.StatMsg,
databento_dbn.StatusMsg, # type: ignore [name-defined]
databento_dbn.StatusMsg,
databento_dbn.SymbolMappingMsg,
databento_dbn.SymbolMappingMsgV1,
databento_dbn.SystemMsg,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ aiohttp = [
{version = "^3.8.3", python = "<3.12"},
{version = "^3.9.0", python = "^3.12"}
]
databento-dbn = "0.17.0"
databento-dbn = "0.17.1"
numpy = [
{version = ">=1.23.5", python = "<3.12"},
{version = "^1.26.0", python = "^3.12"}
Expand Down

0 comments on commit 689d423

Please sign in to comment.