-
> I plan to take a better look at these struct types in the future, as they cause compilation errors. For now, I'm keeping the old behaviour and not parsing these types. So if you have a…
-
Run: `python3 test_Workflows.py`
Code:
```
from typing import List
import sailpoint.v3
import sailpoint.beta
import json
from sailpoint.configuration import Configuration
from pydantic impor…
-
**Describe the bug**
When dumping a model with links, the corresponding DBRef dicts don't keep extra attributes.
**To Reproduce**
```python
class User(Document):
email: str
class ToDo(…
-
I run terminal in Admin mode and execute the script:
irm christitus.com/win | iex
I get the following error dump:
```
PS C:\Users\richa> irm christitus.com/win | iex
iex : At line:14455 c…
-
```
apiValidation {
nonPublicMarkers += ["com.example.InternalApi"]
}
```
```kotlin
package com.example
@InternalApi
class Example {
class Nested {
fun foo() {}
}
}…
-
```shell
poetry run linkml-sqldb dump \
--db data_7.db \
--target-class Database \
--schema src/schema/nmdc.yaml data_7.json
```
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
## Update:
Please see the comment here for the current status of this issue: https://github.com/pydantic/pydantic/issues/10654#is…
-
### Summary:
We're trying to determine what's causing intermittent 500 response errors resulting in users seeing the error page ("Page Error. Something broke unexpectedly."). Note that this is in…
-
**Describe the bug**
A clear and concise description of what the bug is.
.model_dump tries to call the .model_dump method of a pydantic model which is embedded inside a Beanie Document, which is n…