Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
convert strings in PEP 585 generic aliases (types.GenericAlias) to …
add unittest for new get_type_hints() behaviour on PEP 585 generics w…
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
add unit test for from __future__ import annotations
Update Misc/NEWS.d/next/Library/2022-01-27-11-54-16.
Merge branch 'main' into issue41370
Replace assertIs with assertEqual in test_get_type_hints_annotated
Add typing to 3.11 What's New #91491
gh-91621: Fix typing.get_type_hints for collections.abc.Callable #91656
Support subcriptable types and new Union Type tefra/xsdata#681
Add option to use union operator and subscriptable types for type annotations tefra/xsdata#680
Support usage of type with typing.Self and type aliases pydantic/pydantic#10621
Only mark model as complete once all fields are complete pydantic/pydantic#11759
Require types passed to GenerateSchema.generate_schema() to be evaluated pydantic/pydantic#13583