Adrian Dankiv

Results 18 issues of Adrian Dankiv

Hi! I implemented FireO in [FastAPI-filters](https://fastapi-filter.netlify.app/), but I'm not sure when I'll make a PR to the library. Please let me know if you want to use it. I'll try...

enhancement

I did [PR](https://github.com/FactoryBoy/factory_boy/pull/1002) with FireoFactory and FireoAutoFactory. I hope it will be available soon :) Please add likes to the PR if you want to see the changes in FactoryBoy...

enhancement

### 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...

feature request

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

question

**Is your feature request related to a problem? Please describe.** Currently, only Pydantic models are supported as response_model. But in some cases, I want to use TypedDict instead. For example,...

enhancement

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description `model.model_dump(mode='json')` doesn't serialize `StrEnum` values to `str` when that enum value is used as a literal...

help wanted
bug V2
good first issue

## Summary closes #86 #61 ## Details Fix value convertion ## Check list - [x] Tests - [x] README.md changed if needed

**Describe the bug** Models that have more than 1 base class on top level are skipped during the initialization, so they cannot be used for any query. **To Reproduce** ```python...