Merged
Conversation
96faa47 to
fa5ebb0
Compare
fa5ebb0 to
7ab3a59
Compare
e655000 to
bd8248d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request improves documentation by adding a clear compatibility matrix for supported integration frameworks and their version variants. It updates the main
README.md, the contributing guide, and individual integration docs to specify and standardize which framework versions are officially supported and tested.Documentation updates for integration compatibility:
README.mdlisting supported frameworks (e.g.,aiohttp,django,falcon,fastapi,flask,requests,starlette,werkzeug) and their supported version variants.docs/contributing.mdto explain how integration compatibility is tested, where the matrix is maintained, and what to update when changing compatibility.Integration-specific documentation improvements:
docs/integrations/aiohttp.md: Specifies support for aiohttp versions 3.8+ and 3.11+ tracks.docs/integrations/django.md: Specifies support for Django versions 4 and 5.docs/integrations/falcon.md: Specifies support for Falcon version 4.docs/integrations/fastapi.md: Specifies support for FastAPI versions 0.11x and 0.12x.docs/integrations/flask.md: Specifies support for Flask versions 2 and 3.docs/integrations/starlette.md: Specifies support for Starlette versions 0.4x and 0.5x.