Mathieu Kniewallner

Results 75 comments of Mathieu Kniewallner

Would it be possible to have Python 3.8 as a cached version? I could understand not having 3.7, since it's end of life, but 3.8 is maintained until October 2024,...

Functional tests depending on Poetry were failing because of `cffi` dependency, but with https://github.com/python-cffi/cffi/releases/tag/v1.17.0 released, it's now fixed, so gonna merge the PR. Thanks for the contribution!

Since auto-merge was enabled, apart from test and `clippy` failures, is there anything preventing the merge of this PR, or was it maybe just forgotten?

> I'm not getting a ton of signal about how useful it would be so it's relatively low priority. Definitely not high priority IMO. Personally I can leave without it,...

This should be fixed in [0.16.2](https://github.com/fpgmaas/deptry/releases/tag/0.16.2), if you want to check.

Thanks for taking the time to create a reproduction repository, really appreciate it! I won't be able to take a look right away, but will be during the weekend. In...

(closed by mistake by linking a PR to this issue)

Support for PEP 420 has been added back in [0.19.1](https://github.com/fpgmaas/deptry/releases/tag/0.19.1) behind `--experimental-namespace-package` feature flag (and the corresponding `experimental_namespace_package` option under `[tool.deptry]` in `pyproject.toml`). Performance should be slightly better as we...

> Hmm, I'm still seeing the error in my little repro testbed on v0.19.1: > > The failed action is here: https://github.com/charlesnicholson/deptry-pep420-repro/actions/runs/10343972148/job/28628860626 > > and the repro, updated to use...

> @mkniewallner just let me know when it's ready. > > I made some edits as you suggested — let me know if there's anything incorrect. Unfortunately, Renovate GitHub app...