Alexey

Results 51 comments of Alexey

> I was creating a python venv and then caching that directory, however I hit an issue where that was broken once restored (behaviour was inconsistent). > > I currently...

@rashidnhm have you tried debugging this issue? It seems like the problem may be not in this action.

Ok, nice. The code seemed ok, so that was strange. I'd only advise you to may be not run pip install if cache was hit implying you don't want to...

> Any news on how to flag to cache the installed packages, and not only the downloaded ones, with `actions/setup-python@v4`? I am not seeing any flags for that in the...

@Avasam possibly at least less strain on pypi. Also we should test small and big amounts of dependencies

> Pydantic V1 won't work on Python 3.14, as you can see [here](https://pydantic.dev/articles/pydantic-v2-12-release). > > TLDR: due to the changes that Python 3.14 introduces, Pydantic V1 crashes on type evaluation...

Released `v3.0.0a2` with pydantic v2 as the main model. If you need it - feel free to install Tests seem to pass and I don't hate the code we ended...

> Thanks! Thank you for reporting this 👍 I've been somewhat out of the loop on python news this year

Ишью староват, на данный момент вижу, что запятые удаляются. Могу залить простенький фикс, что бы сохранить данные по стандарту (эскейпать строки с запятой, как работает во всех языках и программах)