-
**Describe the bug**
When trying to run SANDAG's airport access models using ActivitySim version 1.3.2, there was a crash in nonmandatory tour destination that happened when evaluating the logsums us…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
## Description
**Context**
Currently, the Pydantic model schema used in the pipeline is statically defined in the repo. This limits flexibility for users who may need to customize the schema w…
-
Hey!
After updating to dbt version: `dbt=1.8.6`, the dbt2looker script started to fail:
The error message I received was:
`ImportError: cannot import name 'PydanticValueError' from 'pydantic'`…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Run the code below with:
```bash
# with pydantic 2.9.2
uv run --with devtools --with 'pydantic==2.9.2' additional_…
-
Serializing models to json provided in a commit [#baeb343](https://github.com/romka-best/gpts-turbo-bot/commit/baeb343bf1d14cbb88c20b6bd39c7ef1ec1848dc) can be done using pydantic(see [serialization](…
-
**Affected module**
Ingestion Framework
**Describe the bug**
When installing the ingestion library in an existing Airflow version 2.10.2, we are receiving the following error during the start of …
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I have identified a significant performance regression in Pydantic 2.9.2 compared to Pydantic 2.9.1 when serializing mo…
-
[pydantic](https://docs.pydantic.dev/latest/) model generation could be done as a python alternative to that in #8 - however, as pydantic is rather opinionated it is unlikely to produce serialisation…
-
The python artifact that we currently generate by default as part of `gen-project` is Python dataclasses using `gen-python`. Recently there has been a lot of uptick in the use of Pydantic data models …