diff --git a/test-fastapi-with-database/pyproject.toml b/test-fastapi-with-database/pyproject.toml index 02b85ca..032b509 100644 --- a/test-fastapi-with-database/pyproject.toml +++ b/test-fastapi-with-database/pyproject.toml @@ -11,4 +11,4 @@ dependencies = [ ] [tool.uv.sources] -sentry-sdk = { path = "/sentry-python", editable = true } +sentry-sdk = { path = "../../sentry-python", editable = true }