Make the package typed
This PR adds typing support for logtail. This allows other repositories to use the type hints from logtail. Because Mypy does not support Python 3.7 anymore I removed this form the supported versions, there is currently only 1 downloader per week that uses Python 3.7. I also added support for Python 3.12, as this version is already over a year old.
Hi,
Could you please provide an update on whether this PR will be considered for merging? Any feedback or next steps would be greatly appreciated.
Thank you!
Hey @RubenVanEldik, we have your PR in our internal pipeline and we'll update here once we have an update. Thanks!
Hey I'd like to bump this issue. For anyone wanting quick bypass/fix you can put this in pyproject.toml:
[[tool.mypy.overrides]]
module = ["logtail.*"]
follow_untyped_imports = true