Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python/typing_extensions
Backported and experimental type hints for Python
https://github.com/python/typing_extensions
Prepare release 4.5.0
JelleZijlstra opened this pull request almost 2 years ago
JelleZijlstra opened this pull request almost 2 years ago
Expose DataclassInstance
NeilGirdhar opened this issue almost 2 years ago
NeilGirdhar opened this issue almost 2 years ago
Release 4.5.0
JelleZijlstra opened this issue almost 2 years ago
JelleZijlstra opened this issue almost 2 years ago
(🐞) `Literal` doesn't flatten it's arguments
KotlinIsland opened this issue almost 2 years ago
KotlinIsland opened this issue almost 2 years ago
PEP 702: Runtime warnings
JelleZijlstra opened this pull request almost 2 years ago
JelleZijlstra opened this pull request almost 2 years ago
Make a release that is working on Python 3.12.0a4
hegjon opened this issue almost 2 years ago
hegjon opened this issue almost 2 years ago
Backport allowing passing an ellipsis as the last argument of Concatenate to 3.10
FasterSpeeding opened this issue almost 2 years ago
FasterSpeeding opened this issue almost 2 years ago
fix PEP 702 link in the `README.md`
junkmd opened this pull request about 2 years ago
junkmd opened this pull request about 2 years ago
The `README.md` says PEP 702, but it is a link to PEP 698
junkmd opened this issue about 2 years ago
junkmd opened this issue about 2 years ago
Fix tests on Python 3.11
JelleZijlstra opened this pull request about 2 years ago
JelleZijlstra opened this pull request about 2 years ago
Add @typing_extensions.deprecated
JelleZijlstra opened this pull request about 2 years ago
JelleZijlstra opened this pull request about 2 years ago
typing.Protocol in 3.11 needs to be backported
Gobot1234 opened this issue about 2 years ago
Gobot1234 opened this issue about 2 years ago
`IntFloatTuple` from PEP 646 doesn't work as expected on Python<3.11
Fatal1ty opened this issue about 2 years ago
Fatal1ty opened this issue about 2 years ago
Requirement "flit_core<4,>=3.4" not satisified
SocketMeUp opened this issue about 2 years ago
SocketMeUp opened this issue about 2 years ago
Add `frozen_default` parameter on `dataclass_transform`
debonte opened this pull request about 2 years ago
debonte opened this pull request about 2 years ago
CI: test on Ubuntu-20.04, not Ubuntu-2004
AlexWaygood opened this pull request about 2 years ago
AlexWaygood opened this pull request about 2 years ago
CI setup have started failing
hegjon opened this issue about 2 years ago
hegjon opened this issue about 2 years ago
Fix linting error in src/test_typing_extensions.py
hegjon opened this pull request about 2 years ago
hegjon opened this pull request about 2 years ago
Expand the pyproject.toml sdist include expression to include src/_typed_dict_test_helper.py
hegjon opened this pull request about 2 years ago
hegjon opened this pull request about 2 years ago
typing_extensions.Self not working as expected
adamjstewart opened this issue about 2 years ago
adamjstewart opened this issue about 2 years ago
Add Python 3.11 to tox.ini
carljm opened this pull request about 2 years ago
carljm opened this pull request about 2 years ago
Fix get_type_hints() on x-module inherited TypedDict in 3.9 and 3.10
carljm opened this pull request about 2 years ago
carljm opened this pull request about 2 years ago
Remove Python 3.6 from tox.ini
carljm opened this pull request about 2 years ago
carljm opened this pull request about 2 years ago
Add PEP links to README
AlexanderFarkas opened this pull request about 2 years ago
AlexanderFarkas opened this pull request about 2 years ago
Add PEP links to README
AlexanderFarkas opened this pull request about 2 years ago
AlexanderFarkas opened this pull request about 2 years ago
Add Python 3.11 classifier in pyproject.toml
Fidget-Spinner opened this pull request about 2 years ago
Fidget-Spinner opened this pull request about 2 years ago
ImportError: cannot import name 'TypeGuard' from 'typing_extensions'
IndigoWizard opened this issue about 2 years ago
IndigoWizard opened this issue about 2 years ago
Why is "typing_extensions" package installed twice on my conda environemment
IndigoWizard opened this issue about 2 years ago
IndigoWizard opened this issue about 2 years ago
Consider backporting `isinstance`/`issubclass` from PEP 604
gschaffner opened this issue about 2 years ago
gschaffner opened this issue about 2 years ago
Add `__override__` attribute to @override (PEP 698)
stroxler opened this pull request about 2 years ago
stroxler opened this pull request about 2 years ago
Add better default value for TypeVar default (PEP 696)
cdce8p opened this pull request over 2 years ago
cdce8p opened this pull request over 2 years ago
Fix tests when running pypy
srittau opened this pull request over 2 years ago
srittau opened this pull request over 2 years ago
Test regression with pypy3.9: test_overload_on_compiled_functions
mgorny opened this issue over 2 years ago
mgorny opened this issue over 2 years ago
Prepare release 4.4.0
JelleZijlstra opened this pull request over 2 years ago
JelleZijlstra opened this pull request over 2 years ago
Add to README
JelleZijlstra opened this pull request over 2 years ago
JelleZijlstra opened this pull request over 2 years ago
Add TypeVar(infer_variance=True)
JelleZijlstra opened this pull request over 2 years ago
JelleZijlstra opened this pull request over 2 years ago
Add support for TypeVar(infer_variance=True) (PEP 695)
JelleZijlstra opened this issue over 2 years ago
JelleZijlstra opened this issue over 2 years ago
Add @typing.override
JelleZijlstra opened this pull request over 2 years ago
JelleZijlstra opened this pull request over 2 years ago
Initial support for TypeVarLike default parameter (PEP 696)
cdce8p opened this pull request over 2 years ago
cdce8p opened this pull request over 2 years ago
Support PEP 698
JelleZijlstra opened this issue over 2 years ago
JelleZijlstra opened this issue over 2 years ago
Initial runtime support for PEP 696 (TypeVarLike defaults)
cdce8p opened this issue over 2 years ago
cdce8p opened this issue over 2 years ago
Release backport of fixing `field_descriptors` to `field_specifiers` in `dataclass_transform` for Python 3.6?
bluenote10 opened this issue over 2 years ago
bluenote10 opened this issue over 2 years ago
Backport python/cpython#96479
sobolevn opened this pull request over 2 years ago
sobolevn opened this pull request over 2 years ago
Silence `flake8-bugbear`
sobolevn opened this pull request over 2 years ago
sobolevn opened this pull request over 2 years ago
Backport test case from #python/cpython/96358
sobolevn opened this pull request over 2 years ago
sobolevn opened this pull request over 2 years ago
get_overloads and clear_overloads are missing from typing_extensions.pyi
pseudo-rnd-thoughts opened this issue over 2 years ago
pseudo-rnd-thoughts opened this issue over 2 years ago
How to build typing_extensions for aarch architecture
KIALT opened this issue over 2 years ago
KIALT opened this issue over 2 years ago
Implement typing_extensions.Any
Gobot1234 opened this pull request over 2 years ago
Gobot1234 opened this pull request over 2 years ago
Remove deprecated py36 from README
MoshiBin opened this pull request over 2 years ago
MoshiBin opened this pull request over 2 years ago
License issue
davidmarek opened this issue over 2 years ago
davidmarek opened this issue over 2 years ago
_typed_dict_test_helper.py is missing from the PyPI archive
kulikjak opened this issue over 2 years ago
kulikjak opened this issue over 2 years ago
Use inline table syntax for license key
srittau opened this pull request over 2 years ago
srittau opened this pull request over 2 years ago
`Required`/`NotRequired` don't work with `__future__.annotations`
jcrist opened this issue over 2 years ago
jcrist opened this issue over 2 years ago
Make typing_extensions a drop in for typing
Gobot1234 opened this issue over 2 years ago
Gobot1234 opened this issue over 2 years ago
Small speed-ups.
denballakh opened this pull request over 2 years ago
denballakh opened this pull request over 2 years ago
`Concatenate` implementation generates runtime exception if parameterized by `...`
erictraut opened this issue over 2 years ago
erictraut opened this issue over 2 years ago
Add a partial, covariant Mapping type
harahu opened this pull request over 2 years ago
harahu opened this pull request over 2 years ago
Add typing_extensions.utils
srittau opened this pull request over 2 years ago
srittau opened this pull request over 2 years ago
Add a covariant `Mapping`-like type
harahu opened this issue over 2 years ago
harahu opened this issue over 2 years ago
Adding protocols and aliases from _typeshed to typing-extensions
srittau opened this issue over 2 years ago
srittau opened this issue over 2 years ago
[4.1.1] CentOS 7 + Python 3.6.8 + Ceph 15.2.16: `RecursionError: maximum recursion depth exceeded in comparison`
hswong3i opened this issue over 2 years ago
hswong3i opened this issue over 2 years ago
Backport generic NamedTuple and TypedDict support
JelleZijlstra opened this issue over 2 years ago
JelleZijlstra opened this issue over 2 years ago
typing-extensions: version capping is now recommended?
henryiii opened this issue almost 3 years ago
henryiii opened this issue almost 3 years ago
Self being a typing._SpecialForm prevents a case from PEP 673
CharString opened this issue about 3 years ago
CharString opened this issue about 3 years ago
Better protections for typing-extensions tests
JelleZijlstra opened this issue about 3 years ago
JelleZijlstra opened this issue about 3 years ago
Add SupportsLessThan to typing and typing_extensions
hauntsaninja opened this issue about 4 years ago
hauntsaninja opened this issue about 4 years ago