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 1fac92c commit 2d41f84Copy full SHA for 2d41f84
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.36.1 - TBD
4
+
5
+#### Enhancements
6
+- Added type alias `TBBOMsg` for `MBP1Msg`
7
8
## 0.36.0 - 2024-06-11
9
10
#### Enhancements
databento/__init__.py
@@ -44,6 +44,10 @@
44
from databento.version import __version__ # noqa
45
46
47
+# Alias for convenience
48
+TBBOMsg = MBP1Msg
49
50
51
__all__ = [
52
"API_VERSION",
53
"DBNStore",
0 commit comments