-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix bug tutorial json_storage_with_web_api and add fastapi tutorial #104
Closed
Conversation
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
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.
Please provide a description: what is changed and why.
This tutorial is no longer needed now that FastAPI exists.
- Remove db context_storage (there is no reason to show it in an interface tutorial) - Add endpoint output annotation - Run pipeline in async
- Rename Messengers section to Interfaces - Add Web API subsection
4 tasks
All changes now are replaced into #110 because of permission issues and this PR is closed |
kudep
added a commit
that referenced
this pull request
Apr 24, 2023
* add: json storage with fastapi * fix: pipeline request validation error * remove flask tutorial This tutorial is no longer needed now that FastAPI exists. * move fast_api tutorial to tutorials/messengers/web_api_interface * modify FastAPI example - Remove db context_storage (there is no reason to show it in an interface tutorial) - Add endpoint output annotation - Run pipeline in async * add websocket_chat tutorial * update docs/source/conf.py - Rename Messengers section to Interfaces - Add Web API subsection * reformat * reformat * add/tutorials_fastapi: rm tutorials/context_storages/8_json_storage_with_web_api.py --------- Co-authored-by: romanzoniit <romanzoniit@gmail.com> Co-authored-by: Roman Zlobin <trlkrot@gmail.com>
kudep
pushed a commit
that referenced
this pull request
Jun 10, 2023
* replace all ~= with == * update dependency versions * remove unnecessary dependencies Introduced in #104. * fix version requirements for python 3.7 * format * unfreeze user side dependencies * update fastapi version
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.
Description
I fix bug tutorials: json_storage_with_web_api pipeline request validation error. #103
Add new tutorial json_storage_with_fastapi