Skip to content

Commit

Permalink
FIX: Fix type stub for CMBP_1 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Sep 24, 2024
1 parent f719827 commit 03388bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions python/python/databento_dbn/_lib.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03388bd

Please sign in to comment.