Skip to content

Commit cde3a9b

Browse files
chore(develop): release 3.4.3
1 parent 0b2bc01 commit cde3a9b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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-
".": "3.4.2"
2+
".": "3.4.3"
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+
## [3.4.3](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.2...v3.4.3) (2026-02-13)
4+
5+
6+
### Technical
7+
8+
* **deps-dev:** bump cryptography from 43.0.3 to 46.0.5 ([#424](https://github.com/openfoodfacts/openfoodfacts-python/issues/424)) ([c5b4349](https://github.com/openfoodfacts/openfoodfacts-python/commit/c5b43496fea0dec61b499ca1bcd04203527a3238))
9+
* **deps:** bump protobuf from 5.29.5 to 5.29.6 ([#419](https://github.com/openfoodfacts/openfoodfacts-python/issues/419)) ([4e0c58a](https://github.com/openfoodfacts/openfoodfacts-python/commit/4e0c58a7ad9b97e1ee035df308e7c23cbc6af588))
10+
* **deps:** upgrade dependencies ([#426](https://github.com/openfoodfacts/openfoodfacts-python/issues/426)) ([93be8e5](https://github.com/openfoodfacts/openfoodfacts-python/commit/93be8e587d7c1bdecea9cc84d8f6e278c475d5c3))
11+
* improve tooling ([#430](https://github.com/openfoodfacts/openfoodfacts-python/issues/430)) ([c18d93f](https://github.com/openfoodfacts/openfoodfacts-python/commit/c18d93f72a62ecb6367e262d4e99d305ea4016ce))
12+
* move NutritionV3 from robotoff to SDK ([#433](https://github.com/openfoodfacts/openfoodfacts-python/issues/433)) ([0b2bc01](https://github.com/openfoodfacts/openfoodfacts-python/commit/0b2bc01ff4e04bdf29fc22d8aa3b6bdcde0aae5e))
13+
* remove reference to last release sha ([bef76a3](https://github.com/openfoodfacts/openfoodfacts-python/commit/bef76a3a9b113533f92f683ec10a660f20aa185e))
14+
* replace black/isort/flake8 by ruff ([#429](https://github.com/openfoodfacts/openfoodfacts-python/issues/429)) ([3d3c20c](https://github.com/openfoodfacts/openfoodfacts-python/commit/3d3c20c43176cfda3ddff5fdefd0f6d0702da326))
15+
* switch from poetry to uv ([#431](https://github.com/openfoodfacts/openfoodfacts-python/issues/431)) ([dcbd4fc](https://github.com/openfoodfacts/openfoodfacts-python/commit/dcbd4fc1491632460e406ebcc8a4067cfb689575))
16+
317
## [3.4.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.1...v3.4.2) (2026-02-10)
418

519

openfoodfacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"normalize_barcode",
3131
]
3232

33-
__version__ = "3.4.2"
33+
__version__ = "3.4.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfoodfacts"
3-
version = "3.4.2"
3+
version = "3.4.3"
44
authors = [
55
{name = "The Open Food Facts team", email = "contact@openfoodfacts.org"}
66
]

0 commit comments

Comments
 (0)