-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump FAST API upper bounds #1634
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a2636f3
create pydantic flowchart classes
ravi-kumar-pilla 240a383
fixing pydantic class conversions
ravi-kumar-pilla 772ed02
minor modifications and code comments
ravi-kumar-pilla 900fb70
fix pytests for flowchart and managers
ravi-kumar-pilla 57811a7
fix pytests
ravi-kumar-pilla 182be16
fix lint errors and pytests
ravi-kumar-pilla 62efd72
Merge branch 'main' of https://github.com/kedro-org/kedro-viz into ch…
ravi-kumar-pilla 47cc4d7
Merge branch 'main' of https://github.com/kedro-org/kedro-viz into ch…
ravi-kumar-pilla d82f71d
fix lint issues and merge main
ravi-kumar-pilla fe67d26
fix initialization issues and lint issues
ravi-kumar-pilla 47d3211
fix push issue
ravi-kumar-pilla 1696c81
Merge branch 'main' into chore/refactor-data-classes
ravi-kumar-pilla c30e102
revert class method to static method
ravi-kumar-pilla 2406458
merge main
ravi-kumar-pilla e620bcb
Merge branch 'chore/refactor-data-classes' of https://github.com/kedr…
ravi-kumar-pilla 5ec1451
update method comments
ravi-kumar-pilla 15855e2
Merge branch 'main' of https://github.com/kedro-org/kedro-viz into ch…
ravi-kumar-pilla 5c97bbf
Merge branch 'main' into chore/refactor-data-classes
ravi-kumar-pilla 198e946
Merge branch 'chore/refactor-data-classes' of https://github.com/kedr…
ravi-kumar-pilla 3175df5
revert back method shuffles for better PR reviews
ravi-kumar-pilla 38d0029
addressing PR comments
ravi-kumar-pilla c82e04c
merge main
ravi-kumar-pilla b106ad8
not-working version of pydantic shift
ravi-kumar-pilla 1a95fd3
non-working p2
ravi-kumar-pilla 844531d
not-working v3
ravi-kumar-pilla 20bf139
modify metadata classes and update pytests
ravi-kumar-pilla a7564bd
merge main
ravi-kumar-pilla c526956
fix all pytests
ravi-kumar-pilla f61deb9
fix pytest for coverage
ravi-kumar-pilla ff39824
Merge branch 'main' into chore/refactor-data-classes
ravi-kumar-pilla d7e2653
Merge branch 'main' into chore/refactor-data-classes
ravi-kumar-pilla 74b2930
address PR comments1
ravi-kumar-pilla b0e34ef
Merge branch 'chore/refactor-data-classes' of https://github.com/kedr…
ravi-kumar-pilla ca6b16f
fix lint issues
ravi-kumar-pilla 2970e9e
add hash for pylint
ravi-kumar-pilla 50c9d08
merge main
ravi-kumar-pilla 80848d5
fix lint errors
ravi-kumar-pilla 5cc645a
fix lint errors
ravi-kumar-pilla 0769898
upgrade fastapi and test
ravi-kumar-pilla 3715857
upgrade pydantic to accomodate fastapi
ravi-kumar-pilla 358d0f0
pin lowerbound pydantic version
ravi-kumar-pilla ad3f138
merge main
ravi-kumar-pilla 5e23bd4
lint fix
ravi-kumar-pilla 311215e
add release note
ravi-kumar-pilla 2e144f2
Merge branch 'main' of https://github.com/kedro-org/kedro-viz into ch…
ravi-kumar-pilla 7538c2a
address PR comments
ravi-kumar-pilla 726cf60
modify release note
ravi-kumar-pilla 52831f0
Merge branch 'main' into chore/support-fastapi-upgrade
rashidakanchwala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ strawberry-graphql==0.192.0 | |
networkx==2.5 | ||
orjson==3.9 | ||
secure==0.3.0 | ||
pydantic==1.10 |
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Python < 3.8 still supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, plan was to drop 3.7 once framework had but looks like you already have? We will plan in the upcoming sprint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify, plugins have already dropped it, Kedro has dropped it in the
develop
branch and 0.19 will support >=3.8