File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66- Added ` map_symbols ` support for DBN data generated by the ` Live ` client
77- Added support for file paths in ` Live.add_stream `
88- Added new publisher values in preparation for DBEQ.PLUS
9+ - Upgraded ` databento-dbn ` to 0.11.1
910
1011#### Bug fixes
1112- Fixed an issue where ` DBNStore.from_bytes ` did not rewind seekable buffers
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
3232The 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.10.2 "
35+ - databento-dbn = "0.11.1 "
3636- numpy= ">=1.23.5"
3737- pandas = ">=1.5.3"
3838- requests = ">=2.24.0"
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repository = "https://github.com/databento/databento-python"
2626[tool .poetry .dependencies ]
2727python = " ^3.8"
2828aiohttp = " ^3.8.3"
29- databento-dbn = " 0.10.2 "
30- numpy = " >=1.23.5"
29+ databento-dbn = " 0.11.1 "
30+ numpy = " >=1.23.5"
3131pandas = " >=1.5.3"
3232requests = " >=2.24.0"
3333zstandard = " >=0.21.0"
You can’t perform that action at this time.
0 commit comments