Skip to content

Commit 2b59e3d

Browse files
committed
MOD: Upgrade databento_dbn to 0.11.1
1 parent 37d8627 commit 2b59e3d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

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.10.2"
35+
- databento-dbn = "0.11.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- requests = ">=2.24.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ repository = "https://github.com/databento/databento-python"
2626
[tool.poetry.dependencies]
2727
python = "^3.8"
2828
aiohttp = "^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"
3131
pandas = ">=1.5.3"
3232
requests = ">=2.24.0"
3333
zstandard = ">=0.21.0"

0 commit comments

Comments
 (0)