Skip to content

Commit da6c633

Browse files
chore(main): release 1.85.2
1 parent 897774d commit da6c633

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.1"
2+
".": "1.85.2"
33
}

CHANGELOG.md

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

3+
## [1.85.2](https://github.com/openfoodfacts/robotoff/compare/v1.85.1...v1.85.2) (2026-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Greek translations in robotoff.po ([897774d](https://github.com/openfoodfacts/robotoff/commit/897774d01d176214945aa316dbf98b9996c84b80))
9+
10+
11+
### Technical
12+
13+
* add reference on object detection datasets stored on HF ([#1822](https://github.com/openfoodfacts/robotoff/issues/1822)) ([720606c](https://github.com/openfoodfacts/robotoff/commit/720606c63a88e56f187f3a67bec0275b7b2dbf30))
14+
* **deps-dev:** bump werkzeug from 3.1.3 to 3.1.4 ([#1815](https://github.com/openfoodfacts/robotoff/issues/1815)) ([edbca02](https://github.com/openfoodfacts/robotoff/commit/edbca02ceb83aa453a2f879309ddb877b54190be))
15+
* **deps:** bump filelock from 3.18.0 to 3.20.1 ([#1824](https://github.com/openfoodfacts/robotoff/issues/1824)) ([92c685b](https://github.com/openfoodfacts/robotoff/commit/92c685b9a4f460aa7a278fb615a1ac856305f2ce))
16+
* **deps:** bump fonttools from 4.58.1 to 4.61.0 ([#1814](https://github.com/openfoodfacts/robotoff/issues/1814)) ([a2d9f9e](https://github.com/openfoodfacts/robotoff/commit/a2d9f9e4b4aa4eb2931d673c0cfb4cb197b80d58))
17+
* **deps:** bump transformers from 4.50.3 to 4.53.0 ([#1768](https://github.com/openfoodfacts/robotoff/issues/1768)) ([9cb7d26](https://github.com/openfoodfacts/robotoff/commit/9cb7d26782c8695474c965c44a222793a675119e))
18+
* **deps:** bump urllib3 from 2.5.0 to 2.6.0 ([#1821](https://github.com/openfoodfacts/robotoff/issues/1821)) ([08fa1e2](https://github.com/openfoodfacts/robotoff/commit/08fa1e2331e145383408874833fe86d575fa17c8))
19+
320
## [1.85.1](https://github.com/openfoodfacts/robotoff/compare/v1.85.0...v1.85.1) (2025-12-08)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ignore_missing_imports = true
3838

3939
[tool.poetry]
4040
name = "robotoff"
41-
version = "1.85.1"
41+
version = "1.85.2"
4242
description = "Real-time and batch prediction service for Open Food Facts."
4343
authors = ["Open Food Facts Team"]
4444
license = "GNU Affero General Public License v3"

0 commit comments

Comments
 (0)