issues
search
ilevkivskyi
/
typing_inspect
Runtime inspection utilities for Python typing module
MIT License
350
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Test failure on 3.14
#108
limburgher
opened
1 week ago
0
Stop testing in 3.5
#107
ilevkivskyi
closed
3 months ago
0
`get_parameters` returns empty tuples for all collection types in python 3.10.13
#106
mattHawthorn
opened
10 months ago
0
Add support for Python 3.12 and 3.13
#105
hugovk
closed
3 months ago
3
get_origin gives inconsistent results for differently defined Unions
#104
bernt-matthias
opened
1 year ago
3
Bump version
#103
ilevkivskyi
closed
1 year ago
0
Use GitHub actions
#102
ilevkivskyi
closed
1 year ago
0
Fix new version of typing_extensions
#101
ilevkivskyi
closed
1 year ago
0
is_literal broken with new typing_extensions
#100
sanderr
closed
1 year ago
3
accomodate bare tuple types
#99
joshmalina
opened
1 year ago
3
`get_parameters` failed for Tuple
#98
joshmalina
opened
1 year ago
6
fix: is union will always return a bool
#97
samsja
opened
1 year ago
0
BUG: is_union_type return None sometime
#96
samsja
opened
1 year ago
2
`typed_dict_keys` fails to return data on 3.10
#95
pschanely
opened
1 year ago
1
Handle non-indexed generics >= py3.9
#94
jamesrobson-secondmind
closed
2 years ago
0
`get_parameters` throws exception with non-indexed types from `typing` on python 3.10
#93
jamesrobson-secondmind
closed
2 years ago
1
NewType recognises custom implementations
#92
gabor-akeero
closed
2 years ago
4
Breaks `marshmallow_dataclass.NewType`
#91
gabor-akeero
closed
2 years ago
4
Bump version
#90
ilevkivskyi
closed
2 years ago
0
`get_origin()` doesn't support PEP 585 generic types?
#89
rouge8
opened
2 years ago
2
New release?
#88
rouge8
closed
2 years ago
2
Add support for UnionType in get_args
#87
Vovetta
closed
2 years ago
0
Fix TypedDict on new Python and typing_extensions
#86
ilevkivskyi
closed
2 years ago
0
Fix tests suite on Python 3.5.{0,1}.
#85
anntzer
closed
2 years ago
0
test_typed_dict_typing_extension fails with typing_extensions==4.1.1
#84
mweinelt
closed
2 years ago
3
Support PEP 604 unions, types.UnionType
#83
antonagestam
closed
2 years ago
2
`typing_inspect.get_args` `Annotated` metadata args
#82
anders-kiaer
opened
3 years ago
1
Fix for Python 3.9.0/1 does not work with typing_extensions 3.7.4.
#81
kmonson
opened
3 years ago
1
Make `get_origin(Literal[...]) == Literal`.
#80
anntzer
closed
2 years ago
9
provide compatibility for any python>=3.9
#79
anordin95
closed
3 years ago
2
Making the is_new_type check more robust then just checking __supertype__ existance
#78
raabf
closed
3 years ago
4
ImportError on typing_extensions
#77
DeltaSigma130
closed
3 years ago
1
Require newer typing-extensions
#76
pschanely
closed
3 years ago
0
Bump version to 0.7.1
#75
ilevkivskyi
closed
3 years ago
0
Correctly support special aliases on Python 3.9
#74
ilevkivskyi
closed
3 years ago
0
Python 3.9 support breaks List
#73
martinjm97
closed
3 years ago
2
Bump version to 0.7.0
#72
ilevkivskyi
closed
3 years ago
0
Try adding basic support for builtin geenrics
#71
ilevkivskyi
closed
3 years ago
0
0.6.0: test suite is failing
#70
kloczek
closed
3 years ago
3
Handle Python 3.9 _SpecialGenericAlias
#69
bnavigator
closed
3 years ago
1
import typing._TypedDictMeta in Python 3.9
#68
bnavigator
closed
3 years ago
3
Add a simple is_type(t) method
#67
gpshead
opened
3 years ago
2
Fix for Python 3.9+.
#66
Apteryks
closed
3 years ago
6
Support Python 3.9
#65
pschanely
closed
3 years ago
4
get_origin(Dict) returns None in python 3.9
#64
yukinarit
closed
3 years ago
1
Add `is_literal_type` to README
#63
sisp
closed
3 years ago
1
Support Final (PEP 591)
#62
sisp
closed
3 years ago
1
Add Final type
#61
sisp
closed
3 years ago
0
`is_generic_type(List)` is False in 3.9
#60
JelleZijlstra
closed
3 years ago
6
Bump version to 0.6.0
#59
ilevkivskyi
closed
4 years ago
0
Next