File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.44.0 - TBD
4+
5+ #### Enhancements
6+ - Upgraded ` databento-dbn ` to 0.23.0
7+
38## 0.43.1 - 2024-10-15
49
510#### Enhancements
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.9 and
3232The minimum dependencies as found in the ` pyproject.toml ` are also listed below:
3333- python = "^3.9"
3434- aiohttp = "^3.8.3"
35- - databento-dbn = "0.22.1 "
35+ - databento-dbn = "0.23.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 @@ -27,12 +27,12 @@ repository = "https://github.com/databento/databento-python"
2727"Bug Tracker" = " https://github.com/databento/databento-python/issues"
2828
2929[tool .poetry .dependencies ]
30- python = " ^ 3.9"
30+ python = " >= 3.9,<3.13 "
3131aiohttp = [
3232 {version = " ^3.8.3" , python = " <3.12" },
3333 {version = " ^3.9.0" , python = " ^3.12" }
3434]
35- databento-dbn = " 0.22.1 "
35+ databento-dbn = " 0.23.0 "
3636numpy = [
3737 {version = " >=1.23.5" , python = " <3.12" },
3838 {version = " >=1.26.0" , python = " ^3.12" }
You can’t perform that action at this time.
0 commit comments