Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8caff99

Browse files
committed
[client] Bump requests
1 parent 96b4951 commit 8caff99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python-magic-bin~=0.4.14; sys_platform == 'win32'
66
python_json_logger~=2.0.4
77
PyYAML~=6.0
88
pydantic~=2.11.3
9-
requests>=2.32.0,<=2.32.3
9+
requests~=2.32.3
1010
setuptools~=71.1.0
1111
cachetools~=5.5.0
1212
prometheus-client~=0.21.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
python-magic-bin~=0.4.14; sys_platform == 'win32'
4343
python_json_logger~=2.0.4
4444
PyYAML~=6.0
45-
requests>=2.32.0,<=2.32.3
45+
requests~=2.32.3
4646
setuptools~=71.1.0
4747
cachetools~=5.5.0
4848
prometheus-client~=0.21.1

0 commit comments

Comments
 (0)