File tree Expand file tree Collapse file tree 7 files changed +14
-8
lines changed
Expand file tree Collapse file tree 7 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.73.0 - 2026-03-10
4+
5+ #### Enhancements
6+ - Upgraded ` databento-dbn ` to 0.51.0:
7+ - Added logic to set ` code ` when upgrading version 1 ` ErrorMsg ` to newer versions
8+
39## 0.72.0 - 2026-02-26
410
511#### Enhancements
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The library is fully compatible with distributions of Anaconda 2023.x and above.
3232The minimum dependencies as found in the ` pyproject.toml ` are also listed below:
3333- python = "^3.10"
3434- aiohttp = "^3.8.3"
35- - databento-dbn = "~ 0.50 .0"
35+ - databento-dbn = "~ 0.51 .0"
3636- numpy = ">=1.23.5"
3737- pandas = ">=1.5.3"
3838- pip-system-certs = ">=4.0" (Windows only)
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def submit_job(
136136 stype_out : SType or str, default 'instrument_id'
137137 The output symbology type to resolve to.
138138 Must be a valid symbology combination with `stype_in`.
139- See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
139+ See `symbology combinations`. https://www.databento.com/docs/ standards-and-conventions/symbology#supported-symbology-combinations
140140 limit : int, optional
141141 The maximum number of records to return. If `None` then no limit.
142142
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def resolve(
5151 stype_out : SType or str, default 'instrument_id'
5252 The output symbology type to resolve to.
5353 Must be a valid symbology combination with `stype_in`.
54- See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
54+ See `symbology combinations`. https://www.databento.com/docs/ standards-and-conventions/symbology#supported-symbology-combinations
5555 start_date : date or str
5656 The inclusive UTC start date of the request range.
5757 end_date : date or str, optional
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def get_range(
8181 stype_out : SType or str, default 'instrument_id'
8282 The output symbology type to resolve to.
8383 Must be a valid symbology combination with `stype_in`.
84- See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
84+ See `symbology combinations`. https://www.databento.com/docs/ standards-and-conventions/symbology#supported-symbology-combinations
8585 limit : int, optional
8686 The maximum number of records to return. If `None` then no limit.
8787 path : PathLike[str] or str, optional
@@ -181,7 +181,7 @@ async def get_range_async(
181181 stype_out : SType or str, default 'instrument_id'
182182 The output symbology type to resolve to.
183183 Must be a valid symbology combination with `stype_in`.
184- See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
184+ See `symbology combinations`. https://www.databento.com/docs/ standards-and-conventions/symbology#supported-symbology-combinations
185185 limit : int, optional
186186 The maximum number of records to return. If `None` then no limit.
187187 path : PathLike[str] or str, optional
Original file line number Diff line number Diff line change 1- __version__ = "0.72 .0"
1+ __version__ = "0.73 .0"
Original file line number Diff line number Diff line change 11[project ]
22name = " databento"
3- version = " 0.72 .0"
3+ version = " 0.73 .0"
44description = " Official Python client library for Databento"
55readme = " README.md"
66requires-python = " >=3.10"
@@ -10,7 +10,7 @@ dynamic = [ "classifiers" ]
1010dependencies = [
1111 " aiohttp>=3.8.3,<4.0.0; python_version < '3.12'" ,
1212 " aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'" ,
13- " databento-dbn~=0.50 .0" ,
13+ " databento-dbn~=0.51 .0" ,
1414 " numpy>=1.23.5; python_version < '3.12'" ,
1515 " numpy>=1.26.0; python_version >= '3.12'" ,
1616 " pandas>=1.5.3,<4.0.0" ,
You can’t perform that action at this time.
0 commit comments