chore: Use setuptools_scm
to replace STACK_VERSION
in the router
#87
Labels
setuptools_scm
to replace STACK_VERSION
in the router
#87
Currently, we have a hard-coded version in the router.
production-stack/src/vllm_router/router.py
Line 31 in c8cdf9d
We can utilize setuptools_scm to eliminate the hard-coded string and dynamically output the pip package version.
For reference, you can check the vLLM implementation here.
The text was updated successfully, but these errors were encountered: