I do use and like both fastapi and pydantic but this situiation is something they brought to themselves by adopting experimenral features into their mainline code and sell it as production ready. Python designers are not responsible for time-to-market decisions of other projects. It comes with the "no liability" part of opensource.
travisjungroth|4 years ago
wodny|4 years ago
- The Theory of Type Hints - PEP 483
- Annotations - PEP 3107 - 3.0
- Type hints - PEP 484 - 3.5
- Variable annotations - PEP 526 - 3.6
- Postponed evaluation - PEP 563 - 3.7 (3.10)
- Core support - PEP 560 - 3.7
- Distribution - PEP 561 - 3.7
- Data Classes - PEP 557 - 3.7
- Literal types - PEP 586 - 3.8
- TypedDict (limit keys) - PEP 589 - 3.8
- Final qualifier - PEP 591 - 3.8
- Static duck typing - PEP 544 - 3.8
- Flexible annotations - PEP 593 - 3.9
- Type Hinting Generics In Standard Collections - PEP 585 - 3.9
aflag|4 years ago
nerdponx|4 years ago
boublepop|4 years ago
This isn’t something sudden especially not to anyone using type annotations.
folkrav|4 years ago