We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a version mismatch between the package configuration and GitHub releases:
pyproject.toml
This causes confusion during installation and can lead to compatibility issues.
pip install .
One of the following solutions:
git checkout v0.0.1
This was discovered while setting up the MCP server for Odoo integration with Cursor IDE.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
There is a version mismatch between the package configuration and GitHub releases:
pyproject.toml
shows version 0.0.3This causes confusion during installation and can lead to compatibility issues.
Current Behavior
pip install .
, it installs as version 0.0.3Expected Behavior
One of the following solutions:
pyproject.toml
, orpyproject.toml
to version 0.0.1 to match the latest GitHub releaseSteps to Reproduce
pyproject.toml
- shows version 0.0.3git checkout v0.0.1
- fails as tag doesn't existpip install .
- installs as 0.0.3Environment
Additional Context
This was discovered while setting up the MCP server for Odoo integration with Cursor IDE.
The text was updated successfully, but these errors were encountered: