chore: add useragent support to cog-dataclass (#2656)
* chore: add useragent support to cog-dataclass
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* chore: fix rust workflow temporarily to not use mise cache
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* chore: rm version.py
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* fix: remove cog-dataclass src before tests to use installed wheel
This ensures tests import from the installed wheel which has _version.py
baked in, rather than the source directory where _version.py doesn't
exist (it's gitignored and generated by setuptools-scm during build).
Matches the pattern used by the main test-python job.
---------
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>