Skip to content

Commit 88e367b

Browse files
committed
FIX: Update minimum requests version
1 parent c9e59d8 commit 88e367b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#### Enhancements
66
- Added export of `SystemCode` and `ErrorCode` from `databento_dbn` to the root `databento` package
77

8+
#### Bug fixes
9+
- Bumped the minimum version requirement for `requests` to 0.27.0
10+
811
## 0.60.0 - 2025-08-05
912

1013
#### Enhancements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ numpy = [
4040
pandas = ">=1.5.3"
4141
pip-system-certs = {version=">=4.0", markers="platform_system == 'Windows'"}
4242
pyarrow = ">=13.0.0"
43-
requests = ">=2.25.1"
43+
requests = ">=2.27.0"
4444
zstandard = ">=0.21.0"
4545

4646
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)