Timothy J Laurent

Results 21 comments of Timothy J Laurent

We had a small bug in the last test and then I somehow borked my rebase -- I've cleaned up the commits on a fresh branch and think it should...

@sivanantha321 Ah this is because we hack/python-release runs with --no-update and the sdk is compatible with pydantic v1 or v2. I can either run it to update all packages, or...

> @timothyjlaurent Thanks for upgrading pydantic! Can you help take a look a look at the testing failures? https://github.com/kserve/kserve/actions/runs/7993801929/job/21947239919?pr=3374 I took the time to figure out how to properly run...

Thanks @terrytangyuan - I saw that PR. I have another PR that supersedes that one as there were a number of problems with it. See the linked PR #3374

This could be OpenTF's killer app ;)

I'm seeing this with transitive editable dependencies ``` error: Package `file-utils` attempted to resolve via URL: file:///some/path/file_utils. URL dependencies must be expressed as direct requirements or constraints. ```

Hi @charliermarsh thanks for the response. We're currently using poetry with editable dependencies for our monorepo eg ``` [tool.poetry.dependencies] lib1 = {path = "../../lib/lib1", develop = true } ``` Since...

So I will ghet up to speed with waffles.io and not really much of a Python tester (yet!) . her are my code changes which fix the problem: from: ```...

Looks like this is fixed in the current release not in the pip install version