mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
fix: properly check recipe settings using database value (#1744)
* fix #1742 * bump depts to bust cache * revert regression * ensure permission checked on delete
This commit is contained in:
parent
a59d1ae2f9
commit
c9929745f8
3 changed files with 73 additions and 50 deletions
|
@ -13,7 +13,7 @@ python = "^3.10"
|
|||
aiofiles = "0.5.0"
|
||||
aniso8601 = "7.0.0"
|
||||
appdirs = "1.4.4"
|
||||
fastapi = "^0.85.0"
|
||||
fastapi = "^0.85.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.13.0"}
|
||||
SQLAlchemy = "^1.4.29"
|
||||
alembic = "^1.7.5"
|
||||
|
@ -30,12 +30,12 @@ passlib = "^1.7.4"
|
|||
lxml = "^4.7.1"
|
||||
Pillow = "^9.2.0"
|
||||
apprise = "^0.9.6"
|
||||
recipe-scrapers = "^14.14.1"
|
||||
recipe-scrapers = "^14.20.0"
|
||||
psycopg2-binary = {version = "^2.9.1", optional = true}
|
||||
gunicorn = "^20.1.0"
|
||||
emails = "^0.6"
|
||||
python-ldap = "^3.3.1"
|
||||
pydantic = "^1.9.1"
|
||||
pydantic = "^1.10.2"
|
||||
tzdata = "^2021.5"
|
||||
pyhumps = "^3.5.3"
|
||||
pytesseract = "^0.3.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue