File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55#### Enhancements
66- Added ` Session.session_id ` property which will contain the numerical session ID once a live session has been authenticated
7+ - Upgraded ` databento-dbn ` to 0.15.1
78
89#### Breaking changes
910- Renamed ` DatatbentoLiveProtocol.started ` to ` DatatbentoLiveProtocol.is_started ` which now returns a bool instead of an ` asyncio.Event `
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.15.0 "
35+ - databento-dbn = "0.15.1 "
3636- numpy= ">=1.23.5"
3737- pandas = ">=1.5.3"
3838- pyarrow = ">=13.0.0"
Original file line number Diff line number Diff 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.15.0 "
35+ databento-dbn = " 0.15.1 "
3636numpy = [
3737 {version = " >=1.23.5" , python = " <3.12" },
3838 {version = " ^1.26.0" , python = " ^3.12" }
You can’t perform that action at this time.
0 commit comments