Skip to content

Commit

Permalink
MOD: Add pip-system-certs to Python client
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Apr 18, 2024
1 parent ec1bf45 commit dac70e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.34.0 - TBD

#### Enhancements
- Added `pip-system-certs` dependency for Windows platforms to prevent a connection issue in `requests` when behind a proxy

## 0.33.0 - 2024-04-16

#### Enhancements
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The minimum dependencies as found in the `pyproject.toml` are also listed below:
- databento-dbn = "0.17.1"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- pip-system-certs = ">=4.0" (Windows only)
- pyarrow = ">=13.0.0"
- requests = ">=2.24.0"
- zstandard = ">=0.21.0"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ numpy = [
{version = "^1.26.0", python = "^3.12"}
]
pandas = ">=1.5.3"
pip-system-certs = {version=">=4.0", markers="platform_system == 'Windows'"}
pyarrow = ">=13.0.0"
requests = ">=2.24.0"
zstandard = ">=0.21.0"
Expand Down

0 comments on commit dac70e4

Please sign in to comment.