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

Commit d9ea8f4

Browse files
committed
[client] test drone
1 parent 8ecefda commit d9ea8f4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
- image: cimg/python:3.12
4848
steps:
4949
- checkout
50+
- run:
51+
name: install dependencies
52+
command: >
53+
pip3 install --user -r ci-requirements.txt
5054
- run:
5155
name: install dependencies
5256
command: >

ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wheel<0.46
1+
setuptools~=78.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python_json_logger~=2.0.4
77
PyYAML~=6.0
88
pydantic>=2.8.2,<2.11
99
requests>=2.32.0,<=2.32.3
10-
setuptools~=71.1.0
10+
setuptools>=71.1.0,<79.0.0
1111
cachetools~=5.5.0
1212
prometheus-client~=0.21.1
1313
opentelemetry-api>=1.22.0,<=1.30.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
python_json_logger~=2.0.4
4444
PyYAML~=6.0
4545
requests>=2.32.0,<=2.32.3
46-
setuptools~=71.1.0
46+
setuptools>=71.1.0,<79.0.0
4747
cachetools~=5.5.0
4848
prometheus-client~=0.21.1
4949
opentelemetry-api>=1.22.0,<=1.30.0

0 commit comments

Comments
 (0)