Skip to content

Commit 291c91e

Browse files
[deps] Rollback boto3 and prometheus-client
1 parent 0a6e615 commit 291c91e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client-python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Filigran
2-
boto3~=1.42.54
2+
boto3~=1.38.27
33
datefinder~=0.7.3
44
pika~=1.3.0
55
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
@@ -11,7 +11,7 @@ pydantic>=2.8.2, <3
1111
requests>=2.32.0, <3
1212
setuptools~=82.0.0
1313
cachetools~=7.0.1
14-
prometheus-client~=0.24.1
14+
prometheus-client~=0.22.1
1515
opentelemetry-api~=1.35.0
1616
opentelemetry-sdk~=1.35.0
1717
deprecation~=2.1.0

client-python/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages =
3535
include_package_data = True
3636
install_requires =
3737
# Filigran
38-
boto3~=1.42.54
38+
boto3~=1.38.27
3939
datefinder~=0.7.3
4040
pika~=1.3.0
4141
pydantic>=2.8.2, <3
@@ -46,7 +46,7 @@ install_requires =
4646
requests>=2.32.0, <3
4747
setuptools~=82.0.0
4848
cachetools~=7.0.1
49-
prometheus-client~=0.24.1
49+
prometheus-client~=0.22.1
5050
opentelemetry-api~=1.35.0
5151
opentelemetry-sdk~=1.35.0
5252
deprecation~=2.1.0

0 commit comments

Comments
 (0)