Closed superbeppe98 closed 2 months ago
Sounds like your inventree python library was updated. You can either pin it lower or update your inventree server.
How can i do it? My inventree server version is 0.15.8
That depends on how you deployed and is documented on the according docs pages. installer https://docs.inventree.org/en/stable/start/installer/?h=upgrade#updating-inventree docker https://docs.inventree.org/en/stable/start/docker_install/#updating-inventree
i'm on the last version but i have api version set on 196 instead of 242.
you are not on latest, latest has a version number of 0.17.0dev. Have you restarted the server after upgrading?
yes i restarted the server and the containers
You should downgrade your inventree-python
version to 0.14.0
- the latest release is targetting a much newer API:
pip install inventree==0.14.0
Deployment Method
Steps to Reproduce
Describe the problem*
Hello, i have a problem running my usual script for checking some inventory, with this error: "Server API version (196) is older than minimum supported API version (206)"
How can i update the API version?
Steps to Reproduce
Hello, i have a problem running my usual script for checking some inventory, with this error: "Server API version (196) is older than minimum supported API version (206)"
How can i update the API version?
Relevant log output