From 03388bded778bc79fe257aa5cc73c5280b588ae1 Mon Sep 17 00:00:00 2001 From: Nick Macholl Date: Tue, 24 Sep 2024 12:35:32 -0700 Subject: [PATCH] FIX: Fix type stub for CMBP_1 variant --- CHANGELOG.md | 5 +++++ python/python/databento_dbn/_lib.pyi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fb23f..b0c4f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.21.1 - TBD + +### Bug fixes +- Added missing Python type stub for `CMBP_1` variant in `Schema` + ## 0.21.0 - 2024-09-24 ### Enhancements diff --git a/python/python/databento_dbn/_lib.pyi b/python/python/databento_dbn/_lib.pyi index 68fc463..6657a38 100644 --- a/python/python/databento_dbn/_lib.pyi +++ b/python/python/databento_dbn/_lib.pyi @@ -358,7 +358,7 @@ class Schema(Enum): Exchange status. IMBALANCE Auction imbalance events. - CBBO + CMBP_1 Consolidated best bid and offer. CBBO_1S Consolidated best bid and offer record. @@ -387,7 +387,7 @@ class Schema(Enum): STATISTICS: str STATUS: str IMBALANCE: str - CBBO: str + CMBP_1: str CBBO_1S: str CBBO_1M: str TCBBO: str