[Bug]: Python emitter overrides my _version.py file #5529
Labels
bug
Something isn't working
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
Describe the bug
I have to "git restore" the
_version.py
file after each re-emit of the SDK, because it keeps bringing the version that is defined in TypeSpec, instead of keeping what was already there. We have different SDKs (programming languages) that have different versions. So, the version in TypeSpec is meaningless. An emitter flag to not update_version.py
would be helpful.Reproduction
See above
Checklist
The text was updated successfully, but these errors were encountered: