You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(constants): auto-source SUPPORTED_SERVER_VERSION from pyproject.toml (#101)
Move the version constraint to [tool.opendecree] in pyproject.toml as the
single source of truth. build/gen-constants.py reads it and writes
sdk/src/opendecree/_constants.py; make generate now runs gen-constants
first. __init__.py imports SUPPORTED_SERVER_VERSION from _constants.py
instead of hardcoding it.
Also fix the build/ .gitignore rule — it was too broad, silently requiring
force-add for Dockerfile.tools. Negation patterns now let tracked scripts
(*.py, Dockerfile.tools) be added normally.
Closes#64
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments