We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803ea0c commit 1da6594Copy full SHA for 1da6594
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
-## 0.62.1 - TBD
+## 0.63.0 - TBD
4
+
5
+#### Enhancements
6
+- Upgraded `databento-dbn` to 0.41.0
7
8
#### Bug fixes
9
- Fixed an issue where calling `Live.stop()` would not clean up the client state once the socket is closed
pyproject.toml
@@ -32,7 +32,7 @@ aiohttp = [
32
{version = "^3.8.3", python = "<3.12"},
33
{version = "^3.9.0", python = "^3.12"}
34
]
35
-databento-dbn = "~=0.40.0"
+databento-dbn = "~=0.41.0"
36
numpy = [
37
{version = ">=1.23.5", python = "<3.12"},
38
{version = ">=1.26.0", python = "^3.12"}
0 commit comments