Martin Larsson

Results 3 issues of Martin Larsson

**Background** At work we have a large Python monorepo with multiple libraries and services. Each python project has its own pyproject.toml with its own dependencies. We use Poetry with `poetry...

question

Hi there! Excited to move our monorepo from poetry to uv. There seems to be an issue with relative paths for editable installs in the lockfiles. Using the following demo...

bug

This is probably an issue in more places but I noticed it on the list of triggers. The following example code: ```python from inngest import TriggerEvent from inngest.client import inngest_client...