Skip to content

Commit 3fd934c

Browse files
chore(main): release 1.85.2
1 parent 08fa1e2 commit 3fd934c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.85.2](https://github.com/openfoodfacts/robotoff/compare/v1.85.1...v1.85.2) (2025-12-12)
4+
5+
6+
### Technical
7+
8+
* 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))
9+
* **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))
10+
311
## [1.85.1](https://github.com/openfoodfacts/robotoff/compare/v1.85.0...v1.85.1) (2025-12-08)
412

513

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)