diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index 29b556ea..4d1b308e 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -75,7 +75,7 @@ jobs: git clone https://github.com/inventree/InvenTree/ mkdir InvenTree/static cp tests/files/inventree_default_db.sqlite3 InvenTree/ - cd InvenTree/ && git switch 0.11.x && invoke install && invoke migrate && cd - + cd InvenTree/ && git switch stable && invoke install && invoke migrate && cd - - name: Ki-nTree setup run: | invoke install diff --git a/pyproject.toml b/pyproject.toml index 8ae9c1b3..dcb71098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,9 @@ keywords = ["inventree", "kicad", "digikey", "mouser", "component", "part", "cre [tool.poetry.dependencies] python = ">=3.8,<3.12" digikey-api = "^1.0.0" -flet = "0.5.2" +flet = "0.7.4" thefuzz = "^0.19.0" -inventree = "^0.10.1" +inventree = "^0.12.1" kiutils = "^1.4.0" mouser = "^0.1.3" multiprocess = "^0.70.12"