Skip to content

Commit e928862

Browse files
committed
MOD: Upgrade databento_dbn version to 0.36.0
1 parent 6e059f9 commit e928862

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3-
## 0.56.1 - TBD
3+
## 0.57.0 - TBD
44

5-
#### Deprecations
6-
- Deprecated `int` and `pd.Timestamp` types for `start_date` and `end_date` parameters which will be removed in a future release
5+
#### Enhancements
6+
- Upgraded `databento-dbn` to 0.36.0
7+
- Added missing Python type stubs for several leg properties of `InstrumentDefMsg`
78

89
#### Bug fixes
910
- Fixed an issue where the zstandard frame size could limit the size of `DataFrame` objects returned by `DBNStore.to_df()` when a `count` was specified
1011

12+
#### Deprecations
13+
- Deprecated `int` and `pd.Timestamp` types for `start_date` and `end_date` parameters which will be removed in a future release
14+
1115
## 0.56.0 - 2025-06-03
1216

1317
#### Breaking changes

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

0 commit comments

Comments
 (0)