✨ Add support for typing_extensions.Doc (PEP 727)?#1111
✨ Add support for typing_extensions.Doc (PEP 727)?#1111jeroendecroos wants to merge 8 commits intofastapi:masterfrom
Conversation
…ests, no full functionality
|
📝 Docs preview for commit 8c5430f at: https://77700f62.typertiangolo.pages.dev |
|
📝 Docs preview for commit b68c1e2 at: https://83732f8d.typertiangolo.pages.dev |
|
It seems that this feature would require python >= 3.8 due to the typing_extensions.Doc is only supported for >=4.8.0. Made some small changes to ignore that issue for now to get at least some CI testing to run. I don't see yet any open issue to deprecate 3.7? |
|
The PR and discussion for dropping support for Python 3.7 is here: #830 [Update]: this has now been merged. |
|
This pull request has a merge conflict that needs to be resolved. |
|
As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR. |
I've added tests but not yet documentation. I can add that if this feature has a chance of acceptance.
I've opened a question for this feature here: #1110