Skip to content

Commit

Permalink
MOD: Upgrade databento-dbn version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 20, 2023
1 parent 34c94ca commit 9e22ab2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

#### Breaking Changes
- Changed outputs of `DBNStore.to_csv` and `DBNStore.to_json` to match the encoding formats from the Databento API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
The minimum dependencies as found in the `pyproject.toml` are also listed below:
- python = "^3.8"
- aiohttp = "^3.8.3"
- databento-dbn = "0.12.0"
- databento-dbn = "0.13.0"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- requests = ">=2.24.0"
Expand Down
1 change: 0 additions & 1 deletion databento/common/dbnstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,6 @@ def _transcode(
pretty_px=pretty_px,
pretty_ts=pretty_ts,
has_metadata=True,
input_compression=Compression.NONE,
symbol_map=symbol_map, # type: ignore [arg-type]
schema=schema,
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repository = "https://github.com/databento/databento-python"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.8.3"
databento-dbn = "0.12.0"
databento-dbn = "0.13.0"
numpy = ">=1.23.5"
pandas = ">=1.5.3"
requests = ">=2.24.0"
Expand Down

0 comments on commit 9e22ab2

Please sign in to comment.