Sergey Kovalev

Results 8 issues of Sergey Kovalev

Locator instance builds unnecessary query for each row when the model is loaded from a database, to my mind, it is better to create an instance of the locator/UpdateRequest lazily...

Such code is not support by `EvalWithCompoundTypes` ``` {i:i for i in range(3)} ``` Basically, it is should be easy to support such functionality with something like that https://github.com/Reskov/simpleeval/commit/695bb684fff24af7eab47505f8438261911f109b I...

### 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 fields `model...

bug

- use `.get` instead of `in` and `[]` preventing extra dictionary lookup - use f-strings (since we support only 3.8+) reduce string concatenation overhead - use walrus operator (3.8+) remove...

I want to run linters like ruff and installing default project dependencies is not necessary in my case. Is it possible to have `--no-default` option? ``` pdm sync --no-self --no-default...

We currently make a large number of randint calls, particularly within the update method — for example, each call to update may trigger random * 2 * number of queries....

Attempt to fix #81. I additionally included support for https://github.com/mike-oakley/openapi-pydantic/issues/55#issuecomment-2752208089

Hi! My original problem is that https://github.com/stoplightio/elements doesn't renders well anyOf properties. In Pydantic, the `model_json_schema` function supports the parameter `union_format='primitive_type_array'` [docs](https://docs.pydantic.dev/latest/api/json_schema/#pydantic.json_schema.GenerateJsonSchema). Example: It would be very helpful if `openapi-pydantic`...