Skip to content

Commit

Permalink
MOD: Upgrade databento_dbn to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 10, 2023
1 parent 37d8627 commit 2b59e3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added `map_symbols` support for DBN data generated by the `Live` client
- Added support for file paths in `Live.add_stream`
- Added new publisher values in preparation for DBEQ.PLUS
- Upgraded `databento-dbn` to 0.11.1

#### Bug fixes
- Fixed an issue where `DBNStore.from_bytes` did not rewind seekable buffers
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.10.2"
- databento-dbn = "0.11.1"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- requests = ">=2.24.0"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repository = "https://github.com/databento/databento-python"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.8.3"
databento-dbn = "0.10.2"
numpy= ">=1.23.5"
databento-dbn = "0.11.1"
numpy = ">=1.23.5"
pandas = ">=1.5.3"
requests = ">=2.24.0"
zstandard = ">=0.21.0"
Expand Down

0 comments on commit 2b59e3d

Please sign in to comment.