Timothy J Laurent

Results 21 issues of Timothy J Laurent

Consider this: ```python from pydantic import BaseModel @registry.dim('v1') class Dim(BaseModel): length: int @registry.architecture('v1') def load_architecture(foo: str, dim: Dim): ... config str = """ [model] @architecture = 'v1' length = 6...

feat / config

## Short description When trying to generate a poetry.lock file with the cli fails with an error. I'm able to generate setup.py from pyproject.toml though. ## Output ``` dephell deps...

The latest image is now 5 months old and we are experiencing Prisma scan failures associated with security vulnerabilities. Could we periodically rebuild this and the upstream image so as...

We use bitbucket so I'd like for this to support BB PRs.

##### Description Pydantic offers a clean model api with fast validation. It would be a nice enhancement to generate such models from openapi specs. ##### openapi-generator version ##### OpenAPI declaration...

Client: Python
Enhancement: Feature

It would be nice to be able to use identifiable search entities. ddg-webapp-aagd.vercel.app is being identified as malware.

…1 an v2, add matrix conditions for pydantic_v1 and pydantic_v2 **What this PR does / why we need it**: This work builds on this PR https://github.com/kserve/kserve/pull/3273 that adds pydantic 2...

/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] The kserve package should support Pydantic 2 and newer FastAPI **Anything else...

kind/feature

**Describe the bug** I'm running into some issues with ArgoCD image updater segfaulting and being unable to write back to the repository. **To Reproduce** I'm using a GitHub app for...

bug

IT would be great if we could use regular expressions to define capture groups in the tags and then move to those places automatically. For example, you could have a...