File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.34.0 - TBD
4+
5+ #### Enhancements
6+ - Added ` pip-system-certs ` dependency for Windows platforms to prevent a connection issue in ` requests ` when behind a proxy
7+
38## 0.33.0 - 2024-04-16
49
510#### Enhancements
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ The minimum dependencies as found in the `pyproject.toml` are also listed below:
3535- databento-dbn = "0.17.1"
3636- numpy= ">=1.23.5"
3737- pandas = ">=1.5.3"
38+ - pip-system-certs = ">=4.0" (Windows only)
3839- pyarrow = ">=13.0.0"
3940- requests = ">=2.24.0"
4041- zstandard = ">=0.21.0"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ numpy = [
3838 {version = " ^1.26.0" , python = " ^3.12" }
3939]
4040pandas = " >=1.5.3"
41+ pip-system-certs = {version =" >=4.0" , markers =" platform_system == 'Windows'" }
4142pyarrow = " >=13.0.0"
4243requests = " >=2.24.0"
4344zstandard = " >=0.21.0"
You can’t perform that action at this time.
0 commit comments