Skip to content

Commit 11e03d3

Browse files
Merge pull request #402 from backend-developers-ltd/pin-compute-horde
Pin compute-horde library
2 parents a175612 + 024574e commit 11e03d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

executor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"httpx~=0.26.0",
2222
"channels[daphne]==4.*",
2323
"websockets>=14.0,<15.0",
24-
"compute-horde",
24+
"compute-horde==0.21.0",
2525
"prometheus-client~=0.17.0",
2626
"django-prometheus==2.3.1",
2727
"django-business-metrics @ git+https://github.com/reef-technologies/django-business-metrics.git@9d08ddb3a9d26e8a7e478110d7c8c34c3aa03a01",

miner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"nox==2024.10.09",
2121
"channels[daphne]==4.*",
2222
"channels-redis==4.2.0",
23-
"compute-horde",
23+
"compute-horde==0.21.0",
2424
"prometheus-client~=0.17.0",
2525
"django-prometheus==2.3.1",
2626
"django-business-metrics @ git+https://github.com/reef-technologies/django-business-metrics.git@9d08ddb3a9d26e8a7e478110d7c8c34c3aa03a01",

validator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"channels[daphne]==4.*",
2222
"channels-redis==4.2.0",
2323
"websockets>=14.0,<15.0",
24-
"compute-horde",
24+
"compute-horde==0.21.0",
2525
"prometheus-client~=0.17.0",
2626
"django-prometheus==2.3.1",
2727
"django-business-metrics @ git+https://github.com/reef-technologies/django-business-metrics.git@9d08ddb3a9d26e8a7e478110d7c8c34c3aa03a01",

0 commit comments

Comments
 (0)