fix: freeze farmOS.py package to v1.x (for now)

apparently 2.0 was released but it breaks our usage, need to refactor
This commit is contained in:
Lance Edgar 2026-08-23 11:30:41 -05:00
parent 2998e67548
commit 78c6a8070a

View file

@ -29,7 +29,9 @@ classifiers = [
]
license = {text = "GNU General Public License v3"}
dependencies = [
"farmOS",
# TODO: refactor farmOS.py usage per v2 release
# https://github.com/farmOS/farmOS.py/blob/main/CHANGELOG.md
"farmOS<2",
"psycopg2",
"pyramid_exclog",
"uvicorn[standard]",