refactor(nutrition): support new nutrition schema#1838
Merged
raphael0202 merged 14 commits intomainfrom Feb 17, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1838 +/- ##
==========================================
+ Coverage 59.64% 59.95% +0.30%
==========================================
Files 88 87 -1
Lines 9417 9402 -15
==========================================
+ Hits 5617 5637 +20
+ Misses 3800 3765 -35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
`value_computed` is a possible field in each `input_set`
CI build was failing
raphael0202
pushed a commit
that referenced
this pull request
Feb 18, 2026
🤖 I have created a release *beep* *boop* --- ## [1.85.3](v1.85.2...v1.85.3) (2026-02-17) ### Bug Fixes * upgrade buildx ([bb77914](bb77914)) ### Technical * **deps-dev:** bump cryptography from 45.0.3 to 46.0.5 ([#1846](#1846)) ([55ffec1](55ffec1)) * **deps:** ugprade triton-client and protobuf ([#1850](#1850)) ([265b409](265b409)) * **nutrition:** support new nutrition schema ([#1838](#1838)) ([6119b8c](6119b8c)) * switch from poetry to uv ([#1849](#1849)) ([e9e56e9](e9e56e9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1836.
This is the second step in the nutrition schema migration.
It introduces the following changes:
scheduler/latent.py: don't write anymore missing fiber facet on Product Opener.Remaining to be done: adapt category prediction.