Skip to content

Commit 9e22ab2

Browse files
committed
MOD: Upgrade databento-dbn version to 0.13.0
1 parent 34c94ca commit 9e22ab2

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#### Enhancements
66
- Added `price_type` argument for `DBNStore.to_df` to specify if price fields should be `fixed`, `float` or `decimal.Decimal`
7-
- Upgraded `databento-dbn` to 0.12.0
7+
- Upgraded `databento-dbn` to 0.13.0
88

99
#### Breaking Changes
1010
- Changed outputs of `DBNStore.to_csv` and `DBNStore.to_json` to match the encoding formats from the Databento API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.8"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.12.0"
35+
- databento-dbn = "0.13.0"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- requests = ">=2.24.0"

databento/common/dbnstore.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,6 @@ def _transcode(
11291129
pretty_px=pretty_px,
11301130
pretty_ts=pretty_ts,
11311131
has_metadata=True,
1132-
input_compression=Compression.NONE,
11331132
symbol_map=symbol_map, # type: ignore [arg-type]
11341133
schema=schema,
11351134
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repository = "https://github.com/databento/databento-python"
2626
[tool.poetry.dependencies]
2727
python = "^3.8"
2828
aiohttp = "^3.8.3"
29-
databento-dbn = "0.12.0"
29+
databento-dbn = "0.13.0"
3030
numpy = ">=1.23.5"
3131
pandas = ">=1.5.3"
3232
requests = ">=2.24.0"

0 commit comments

Comments
 (0)