1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-08 06:55:24 +02:00

fix(deps): update dependency ingredient-parser-nlp to v2 (#5137)

This commit is contained in:
Michael Genson 2025-02-28 09:51:36 -06:00 committed by GitHub
parent 61ae6b3e32
commit cfba2fff7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 148 additions and 16 deletions

View file

@ -54,7 +54,7 @@ pyjwt = "^2.8.0"
openai = "^1.63.0"
typing-extensions = "^4.12.2"
itsdangerous = "^2.2.0"
ingredient-parser-nlp = "^1.3.2"
ingredient-parser-nlp = "^2.0.0"
[tool.poetry.group.postgres.dependencies]
psycopg2-binary = { version = "^2.9.1" }