Skip to content

Commit 643a43c

Browse files
chore(main): release 1.85.7 (#1863)
🤖 I have created a release *beep* *boop* --- ## [1.85.7](v1.85.6...v1.85.7) (2026-03-09) ### Bug Fixes * don't wait before applying insights ([e1af695](e1af695)) * improve `rerun-import-all-images` command ([b8c1e4d](b8c1e4d)) ### Technical * complete the description of the returned objects ([#1862](#1862)) ([4697276](4697276)) * **deps:** bump flask from 3.1.2 to 3.1.3 ([#1859](#1859)) ([73cbaa8](73cbaa8)) * **deps:** bump the all-actions group across 1 directory with 3 updates ([#1861](#1861)) ([1807eca](1807eca)) * **deps:** bump werkzeug from 3.1.5 to 3.1.6 ([#1860](#1860)) ([0295c0b](0295c0b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1807eca commit 643a43c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.6"
2+
".": "1.85.7"
33
}

CHANGELOG.md

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

3+
## [1.85.7](https://github.com/openfoodfacts/robotoff/compare/v1.85.6...v1.85.7) (2026-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* don't wait before applying insights ([e1af695](https://github.com/openfoodfacts/robotoff/commit/e1af695e52bd0dba440a2230d26278d7da2aebcc))
9+
* improve `rerun-import-all-images` command ([b8c1e4d](https://github.com/openfoodfacts/robotoff/commit/b8c1e4d6a737437a1c3dae74fbfbc699cc907425))
10+
11+
12+
### Technical
13+
14+
* complete the description of the returned objects ([#1862](https://github.com/openfoodfacts/robotoff/issues/1862)) ([4697276](https://github.com/openfoodfacts/robotoff/commit/4697276c63858bcae27f065fea11ad0a8150dc9e))
15+
* **deps:** bump flask from 3.1.2 to 3.1.3 ([#1859](https://github.com/openfoodfacts/robotoff/issues/1859)) ([73cbaa8](https://github.com/openfoodfacts/robotoff/commit/73cbaa83733ca87ed37b1c11f0285e629bb1b4af))
16+
* **deps:** bump the all-actions group across 1 directory with 3 updates ([#1861](https://github.com/openfoodfacts/robotoff/issues/1861)) ([1807eca](https://github.com/openfoodfacts/robotoff/commit/1807eca0407db3650518acd106e848a363e48960))
17+
* **deps:** bump werkzeug from 3.1.5 to 3.1.6 ([#1860](https://github.com/openfoodfacts/robotoff/issues/1860)) ([0295c0b](https://github.com/openfoodfacts/robotoff/commit/0295c0b4800d325b8ac677493adc7998854aa1bd))
18+
319
## [1.85.6](https://github.com/openfoodfacts/robotoff/compare/v1.85.5...v1.85.6) (2026-02-23)
420

521

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.6"
37+
version = "1.85.7"
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)