-
### Feature Description
Trying to adopt example to pretty print json
```
#!/usr/bin/env python3
from elevenlabs.client import ElevenLabs
import json
client = ElevenLabs(
# api_key="YOUR_…
-
## Story
With the move to the new representation model, we need to change a little bit how it is handled in backend. New representations are basically lists of traits - pydantic models that describe …
-
### Describe the issue as clearly as possible:
When using `models.llamacpp` and creating JSON using a Pydantic model I get an error when generating the first result (see code to reproduce below). I h…
-
### Motivation
I would like to define regex pattern for a property in a facet in specs to regulate the input from python sdk. For example, for the `type` property in `SourceCodeLocationJobFacet`, I w…
-
## Description:
In some test cases, SQL queries are written directly within the tests, even though there are existing Python functions and Pydantic models that could be used instead. This makes the t…
-
See write up here: https://cloudnativegeo.org/blog/2024/08/introduction-to-stac-geoparquet
Spec here: https://github.com/stac-utils/stac-geoparquet
Inspired by the broader, but GDAL dependent, wor…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I have models `X(BaseModel, Generic[T])` and `Y(BaseModel, Generic[T])`. `X` has an attribute `y` of type `Y[T]`…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
After unknowingly updating to pydantic v 2.9.2 (from 2.7.3), I suddenly had failing tests.
I managed to pinpoint it…
-
Now use the new addons from [ connector_search_engine ](https://github.com/OCA/search-engine/tree/16.0/connector_search_engine)
* `shopinvader_schema_product`: Addon defining a Extendable pydantic m…
-
I have Python code that uses a validator from an external library. A simplified example:
```python
from datetime import datetime
from pydantic import BaseModel, field_validator
from safir.pyda…