-
Keywords searched: `git`
When creating a branch with a name that ends in `.py`, ruff attempts so format it.
![CleanShot 2024-09-06 at 15 58 11](https://github.com/user-attachments/assets/c9b…
-
### Bug Description
Obs: I'm using Python 3.10.0
I'm trying to install Langflow on a portainer with docker swarm, however an error is appearing in the log that doesn't allow me to open the syste…
-
Improve SettingsField model to accommodate additional metadata
## Deprecation
A boolean flag to indicate the field is deprecated
## Tags
It would greatly enhance user experience if there w…
-
### Description
polyfactory always do validation of the nested models, even if `factory_use_construct` are passed as a build argument.
Possible workaround, but doesn't work well for multiple depth…
-
### Description
trying to auto-instrument with `logfire.install_auto_tracing(modules=['app'], min_duration=0.01)`
It is not clear what is wrong and why
function mentioned in the logs:
```
d…
-
### Description
Even the simplest model with an optional list appears to not work. Instead of generating a valid coverage including `None` and a random string, a validation error is raised. Worth n…
RLC92 updated
4 months ago
-
### Description
A pydantic BaseModel field with the type `list[int] | None` will produce `[[123]]`
Fix incoming
### MCVE
```python
from pydantic import BaseModel
from polyfactory.factor…
-
I am using pydantic_xml to parse and serialize custom protocol messages. As part of my parsing logic I register each valid protocol message into a list of supported messages with a decorator and durin…
-
Non-optional field with default_factory leaks default value into compiled schema:
```
from uuid import uuid4, UUID
from dataclasses_avroschema.avrodantic import AvroBaseModel
from pydantic imp…
-
### Checks
* [x] I added a descriptive title to this issue
* [x] I have searched (google, github) for similar issues and couldn't find anything
* [x] I have read and followed [the docs](https://p…