Skip to content

Commit b47f236

Browse files
committed
MOD: Update databento_dbn to 0.19.1
1 parent b0d5243 commit b47f236

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This release adds a new feature to the `Live` client for automatically reconnect
99
- Added `reconnect_policy` parameter to the `Live` client to specify client reconnection behavior
1010
- Added `Live.add_reconnect_callback` method for specifying a callback to handle client reconnections
1111
- Added platform information to the user agent reported by the `Historical` and `Live` clients
12+
- Upgraded `databento-dbn` to 0.19.1
1213

1314
#### Breaking changes
1415
- Calling `Live.stop` will now clear all user streams and callbacks

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.19.0"
35+
- databento-dbn = "0.19.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.19.0"
35+
databento-dbn = "0.19.1"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = "^1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)