Andrey
Andrey
@hifron @agrrr3 , lets get back to the main topic. Doctest is a framework for writing tests. It gives us syntax to write tests, test discovery, and test runner. This...
I can reproduce it on Mac and windows with Python 3.9 pydantic.version.VERSION =2.2.1 sys.version = 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] ```python from __future__ import...
> PEP604-syntax requires python>=3.10 With `from __future__ import annotations` you could use it in Python3.9. It evaluates after parsing into the string. So when Pydantic tries to evaluate this string...
This branch got conflicts, I'd prefer to remove it. Will recreate changes from scratch.
Closing as outdated.
Could you rebase it on master? Changes looks good.
This is not a deprecation, but some error. Cache compilation step: ``` /usr/local/bin/gtar -xf /Users/runner/work/_temp/ede9cb08-9f40-437a-9eaa-26aff47b3945/cache.tzst -P -C /Users/runner/work/freeorion/freeorion --delay-directory-restore --use-compress-program unzstd /usr/local/bin/gtar: ../../../Library/Caches/com.xamarin.fontconfig/c6cafe6b1a56ed8b739253d6df90ca6a-le64.cache-3: Cannot open: File exists /usr/local/bin/gtar: ../../../Library/Caches/com.xamarin.fontconfig/84c0f976e30e948e99073af70f4ae876-le64.cache-3: Cannot...
GitHub has its own storage for [packages](https://github.com/features/packages). Can we mirror this package there? (By package type, size, and license?)
Every other PR merged could make this one obsolete, because new undocumented things were added. After merging this one I'll run extra checks to ensure that no unsuppressed warnings left.
Closing it since it became outdated. It would be easy to recreate it from a scratch if needed.