[python] typing updates we can do once we have min version 3.9
#6830
Labels
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
3.9
#6830
List
,Dict
from typing. We can directly uselist
ordict
newdict = dict1 | dict2
, simplifies us needing to donewdict.update(dict1)
andnewdict.update(dict2)
Annotated
in PEP593 is killingRestField
for codegenZoneInfo
maybe interesting to simplify some serialization code we have for timezone.The text was updated successfully, but these errors were encountered: