Rub1kCube

Results 4 issues of Rub1kCube

## Summary This PR adds full support for type aliases from PEP 695 (Python 3.12+) and improves overall type handling in polyfactory. ### Key Changes #### 1. TypeCompatibilityAdapter Class Added...

## Problem Description The main issue I've identified is that when using at.Len(1), the generator sometimes produces two values instead of one, contrary to what's stated in the [documentation](https://polyfactory.litestar.dev/latest/usage/configuration.html#randomized-collection-length). I've...

bug

## Description: I propose adding an additional argument, fields_list, of type `list[dict[str, typing.Any]]`, to the batch method in the BaseFactory. Here is the modified implementation I suggest: ```python @classmethod def...

### Description ## Issue Description When running tests and modifying Faker settings within the `faker_session_locale` fixture to generate data in a specific language (e.g., Russian), any Factory does not recognize...

bug