Danipulok

Results 20 issues of Danipulok

So I wanted to make a method to send groups of cached media. Then Legenda24 ([github](https://github.com/Legenda24), [Telegram](https://t.me/legendax24)) gave me a piece of advice that we can use types that already...

Installed versions: ``` flake8==7.0.0 flake8-simplify==0.21.0 ``` Error: ``` $ flake8 multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "C:\Program Files\Python311\Lib\multiprocessing\pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^...

**Description** `HttpUrl` field works not as expected **To Reproduce** Steps to reproduce the behavior: 1. Install pydantic (not tested on other versions): ```bash pip install pydantic==1.10.12 ```` 2. Paste following...

It's more convenient to pin PyPi version in requirements, than git commit. Please publish current version to the PyPi

Installed versions: ``` git+https://github.com/rocioar/flake8-django.git@895364969af49cbdd3c6ba8e63adeb9e4415ec5d#egg=flake8_django flake8==7.0.0 ``` Error: ``` $ flake8 Exception in thread Thread-3 (_handle_results): Traceback (most recent call last): File "C:\Program Files\Python311\Lib\threading.py", line 1045, in _bootstrap_inner self.run() File "C:\Program...

## Description of the change Add python 3.8 support. Add tests for python 3.8. All the tests are passing. ## Motivation Some productions (for example, our team) still uses python3.8....

status:awaiting review
component:python sdk

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description ### Current behavior for non-str `Secret` types is unexpected in my opinion. Example code: ```python from...

bug V2
pending

### Description For some reason, `watchfiles` does not use `python` from activated `venv`? Is it expected or not? ### Steps to reproduce Yes, I'm sure I have activated venv, and...

bug

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hi! I noticed that the validator is not used and called if it has the same...

help wanted
good first issue

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description So after upgrading to `pydantic==2.9.2` we started getting `Failed to get discriminator value for tagged union...

bug V2