When running hatch build two distributions of the package are created, a wheel and a tarball. The pydantic_shim.py is included in the tarball distribution, but not the wheel distribution.
Acceptance criteria
The pydantic shim is included in both the wheel distribution and tarball distribution
Impact to Other Teams
None
Will backports be required?
Yes. #238 was already backported to the branch 0.4.latest. Thus, this change will also need to be backported.
Housekeeping
Short description
When running
hatch build
two distributions of the package are created, a wheel and a tarball. Thepydantic_shim.py
is included in the tarball distribution, but not the wheel distribution.Acceptance criteria
The pydantic shim is included in both the wheel distribution and tarball distribution
Impact to Other Teams
None
Will backports be required?
Yes. #238 was already backported to the branch 0.4.latest. Thus, this change will also need to be backported.
Context
No response
SL-1489