Skip to content

Version mismatch between pyproject.toml and GitHub releases #9

New issue

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

Open
MohdAlmosawy opened this issue Apr 10, 2025 · 0 comments
Open

Version mismatch between pyproject.toml and GitHub releases #9

MohdAlmosawy opened this issue Apr 10, 2025 · 0 comments

Comments

@MohdAlmosawy
Copy link

Issue Description

There is a version mismatch between the package configuration and GitHub releases:

  • pyproject.toml shows version 0.0.3
  • Latest GitHub release is v0.0.1

This causes confusion during installation and can lead to compatibility issues.

Current Behavior

  • When installing from the repository using pip install ., it installs as version 0.0.3
  • When trying to checkout release tag v0.0.1 (as per GitHub releases), the tag doesn't exist
  • This makes it unclear which version should be used for production

Expected Behavior

One of the following solutions:

  1. Create a new GitHub release for v0.0.3 to match pyproject.toml, or
  2. Update pyproject.toml to version 0.0.1 to match the latest GitHub release

Steps to Reproduce

  1. Clone the repository
  2. Check pyproject.toml - shows version 0.0.3
  3. Try to checkout v0.0.1: git checkout v0.0.1 - fails as tag doesn't exist
  4. Install package: pip install . - installs as 0.0.3

Environment

  • Python version: 3.12
  • Installation method: pip install from local repository
  • Operating System: Linux

Additional Context

This was discovered while setting up the MCP server for Odoo integration with Cursor IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant