https://github.com/python/mypy/issues/18811
Нужно удалить
#typing #mypy
Нужно удалить
_DT
свойство из @dataclass(order=True)
в stubtest
. Кажется, что оно случайно у нас протекает в пользовательский тип.#typing #mypy
GitHub
stubtest invents _DT attribute on dataclasses · Issue #18811 · python/mypy
Bug Report Cf. python/typeshed#13645 and https://github.com/python/typeshed/actions/runs/13905970431/job/38908976156 When comparing dataclass with @dataclass(order=True) using stubtest, stubtest co...
Необходимо обновить
https://github.com/typeddjango/djangorestframework-stubs/pull/751
#typing #django_stubs
djangorestframework-stubs
для поддержки djangorestframework==3.16
https://github.com/typeddjango/djangorestframework-stubs/pull/751
#typing #django_stubs
GitHub
Bump djangorestframework from 3.15.2 to 3.16.0 by dependabot[bot] · Pull Request #751 · typeddjango/djangorestframework-stubs
Bumps djangorestframework from 3.15.2 to 3.16.0.
Release notes
Sourced from djangorestframework's releases.
v3.16.0
This release is considered a significant release to improve upstream su...
Release notes
Sourced from djangorestframework's releases.
v3.16.0
This release is considered a significant release to improve upstream su...
Продолжаем готовить релиз
https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
5.2.0
🎉https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
GitHub
[5.2] Fix `django.template.autoreload` module · Issue #2630 · typeddjango/django-stubs
stubtest report this module as missing: error: django.template.autoreload failed to find stubs Stub: MISSING Runtime: <module 'django.template.autoreload' from '/opt/hostedtoolcache/...
https://github.com/python/cpython/issues/133403#issuecomment-2849451826
Добавить
#cpython #typing
Добавить
Tools/build/verify_ensurepip_wheels.py
в Tools/build/mypy.ini
#cpython #typing
GitHub
Add typing to more build tools · Issue #133403 · python/cpython
Feature or enhancement Right now we support typing in several build tools: cpython/Tools/build/mypy.ini Lines 2 to 4 in 6ce60f1 files = Tools/build/compute-changes.py, Tools/build/generate_sbom.py ...
Исправить стабы для
https://github.com/typeddjango/django-stubs/issues/2672
#django_stubs #typing
django.core.management
в django@5.2https://github.com/typeddjango/django-stubs/issues/2672
#django_stubs #typing
GitHub
Fix `django.core.management` for 5.2 · Issue #2672 · typeddjango/django-stubs
These entries needs to be fixed: django-stubs/scripts/stubtest/allowlist_todo_django52.txt Lines 51 to 53 in 828ead6 django.core.management.commands.shell.Command.get_auto_imports django.core.manag...
https://github.com/python/typeshed/blob/a4e5874d290562a8e31d745257505bf7e964a26f/stdlib/%40tests/stubtest_allowlists/py314.txt#L76-L77
Добавить новые типы для модуля
Задачи нет, можно просто присылать PR :)
#typeshed #typing
Добавить новые типы для модуля
fnmatch
в python3.14Задачи нет, можно просто присылать PR :)
#typeshed #typing
GitHub
typeshed/stdlib/@tests/stubtest_allowlists/py314.txt at a4e5874d290562a8e31d745257505bf7e964a26f · python/typeshed
Collection of library stubs for Python, with static types - python/typeshed
https://github.com/python/cpython/issues/133956
Интересная задача про интроспекцию
#cpython #typing
Интересная задача про интроспекцию
ClassVar
в dataclasses
#cpython #typing
GitHub
`dataclasses`: Synthetic `__init__` method on dataclass has broken `ClassVar` annotation under some conditions. · Issue #133956…
Bug report Bug description: When using automatically-stringified annotations (from __future__ import annotations), typing_extensions.ClassVar is not treated the same as typing.ClassVar even though ...