Skip to content

Commit 3cc2cb5

Browse files
committed
MOD: Upgrade databento-dbn to 0.43.0
1 parent fc11794 commit 3cc2cb5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
#### Enhancements
99
- Added export of `CBBOMsg` and `BBOMsg` from `databento_dbn` to the root `databento` package
10+
- Upgraded `databento-dbn` to 0.43.0
11+
- Added export of `F_PUBLISHER_SPECIFIC` constant to Python
12+
- Added explicit `Unset` variant for `SystemCode` and `ErrorCode`
13+
- Changed Python getters for enum fields to return the underlying type when no known variant can be found. As a result, these getters no longer raise an exception
1014

1115
#### Breaking changes
1216
- Removed support for Python 3.9 due to end of life

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 distributions of Anaconda 2023.x and above.
3232
The 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.42.0"
35+
- databento-dbn = "~0.43.0"
3636
- numpy = ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
"aiohttp>=3.8.3,<4.0.0; python_version < '3.12'",
1919
"aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'",
20-
"databento-dbn~=0.42.0",
20+
"databento-dbn~=0.43.0",
2121
"numpy>=1.23.5; python_version < '3.12'",
2222
"numpy>=1.26.0; python_version >= '3.12'",
2323
"pandas>=1.5.3",

0 commit comments

Comments
 (0)