Skip to content

Commit e124c5d

Browse files
chore(main): release 1.85.5
1 parent c257711 commit e124c5d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.85.4"
2+
".": "1.85.5"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.85.5](https://github.com/openfoodfacts/robotoff/compare/v1.85.4...v1.85.5) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* don't crash in fail_taxonomy if PO server is not responding ([#1856](https://github.com/openfoodfacts/robotoff/issues/1856)) ([3dab674](https://github.com/openfoodfacts/robotoff/commit/3dab674315d58e8a29c9cc8f2f01d192a34fefd8))
9+
* fix bug in taxonomy.py ([c257711](https://github.com/openfoodfacts/robotoff/commit/c25771181b9697aabba56f69d875edc6e870e81b))
10+
11+
12+
### Technical
13+
14+
* fix container name in docker-compose.yml ([f27c139](https://github.com/openfoodfacts/robotoff/commit/f27c139968d9f91de37f220418fce475c8d3b384))
15+
* increase number of product workers to 6 ([#1854](https://github.com/openfoodfacts/robotoff/issues/1854)) ([fe82e52](https://github.com/openfoodfacts/robotoff/commit/fe82e52958d991a4d9856536db708f5b6f68a925))
16+
317
## [1.85.4](https://github.com/openfoodfacts/robotoff/compare/v1.85.3...v1.85.4) (2026-02-19)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev = [
3434

3535
[project]
3636
name = "robotoff"
37-
version = "1.85.4"
37+
version = "1.85.5"
3838
description = "Real-time and batch prediction service for Open Food Facts."
3939
readme = "README.md"
4040
requires-python = ">=3.11"

0 commit comments

Comments
 (0)