Skip to content

Conversation

@oschwald
Copy link
Member

Summary

  • The version is now retrieved from package metadata at runtime using importlib.metadata
  • This reduces the chance of version inconsistencies during releases
  • Follows the pattern already established in maxminddb

Test plan

  • All tests pass (uv run tox)
  • Verified minfraud.__version__ returns correct value at runtime
  • Verify Read the Docs builds correctly (RTD config already has python.install section)

🤖 Generated with Claude Code

The version is now retrieved from package metadata at runtime using
importlib.metadata. This reduces the chance of version inconsistencies
during releases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@oschwald
Copy link
Member Author

The test Read the Docs build looked fine on this too.

@horgh horgh merged commit a18e72b into main Nov 26, 2025
47 checks passed
@horgh horgh deleted the greg/eng-2777 branch November 26, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants