Skip to content

Commit 1da6594

Browse files
committed
MOD: Upgrade databento-dbn to v0.41.0
1 parent 803ea0c commit 1da6594

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.62.1 - TBD
3+
## 0.63.0 - TBD
4+
5+
#### Enhancements
6+
- Upgraded `databento-dbn` to 0.41.0
47

58
#### Bug fixes
69
- Fixed an issue where calling `Live.stop()` would not clean up the client state once the socket is closed

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.40.0"
35+
databento-dbn = "~=0.41.0"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)