Skip to content
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

chore: Use setuptools_scm to replace STACK_VERSION in the router #87

Closed
gaocegege opened this issue Feb 8, 2025 · 0 comments · Fixed by #155
Closed

chore: Use setuptools_scm to replace STACK_VERSION in the router #87

gaocegege opened this issue Feb 8, 2025 · 0 comments · Fixed by #155
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@gaocegege
Copy link
Collaborator

gaocegege commented Feb 8, 2025

Currently, we have a hard-coded version in the router.

STACK_VERSION = "0.0.1"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant