Skip to content

Commit dac70e4

Browse files
committed
MOD: Add pip-system-certs to Python client
1 parent ec1bf45 commit dac70e4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ numpy = [
3838
{version = "^1.26.0", python = "^3.12"}
3939
]
4040
pandas = ">=1.5.3"
41+
pip-system-certs = {version=">=4.0", markers="platform_system == 'Windows'"}
4142
pyarrow = ">=13.0.0"
4243
requests = ">=2.24.0"
4344
zstandard = ">=0.21.0"

0 commit comments

Comments
 (0)