* ♻️ Do not use the deprecated `method` parameter in `FileResponse` inside of` StaticFile`
* ✅ Add test for warning FileResponse with method argument
* 🔊 Remove warning filter for FileResponse with method
Remove the restriction on files inclduded in sdist archives in order
to include documentation sources and tests there. This is the default
hatchling behavior and it is helpful to packagers (such as Linux
distributions or Conda) as it permits using sdist archives to do
packaging (instead of GitHub archives that are not guaranteed
to be reproducible). Most of the ordinary users will not be affected
since starlette is a pure Python package and therefore pip will prefer
wheels to install it everywhere.