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
Fix version detection for pre-release versions (#175)
Pre-release versions like 0.3.0rc2 were incorrectly identified as <
0.3.0 due to PEP 440 semantics, causing the server to use a module path
without a __main__ entry point. This resulted in containers exiting
immediately with code 0.
Use base_version for comparison to ignore pre-release suffixes
Signed-off-by: Derek Higgins <[email protected]>
0 commit comments