-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgraded flask package and dependencies #68
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ea22c18
upgraded flask package and dependencies
Sachinbisht27 6b62702
fixed the pre-commit error
Sachinbisht27 1217c65
Fixes the issues raised for the upgarded packages
Sachinbisht27 4b56381
Updated branch for staging build
Sachinbisht27 a5be2fb
added function framework in requirements
Sachinbisht27 2941ee9
removed function framework from requirements
Sachinbisht27 1970354
removed function framework from requirements
Sachinbisht27 d29c1b8
downgraded the flask version
Sachinbisht27 6e5a063
downgraded the watchdog version
Sachinbisht27 42c2f49
added upgraded versions for flask function framework and watchdog
Sachinbisht27 975dff6
Updated branch for staging build
Sachinbisht27 4aa40f3
removed greenlet from requirements
Sachinbisht27 d730a1e
upgraded requests package in requirements
Sachinbisht27 6f8e869
fixes for handling the request data as per content type
Sachinbisht27 d7bc869
Updated branch for staging build
Sachinbisht27 75c399c
downgraded request version
Sachinbisht27 66b044e
upgraded request version
Sachinbisht27 b0d30ef
Updated branch for staging build
Sachinbisht27 7e76974
Updated branch for staging build
Sachinbisht27 5b61e1e
Added language id in Registration table model
Sachinbisht27 aa105d8
Updated branch for staging build
Sachinbisht27 f3002cc
Updated branch for staging build
Sachinbisht27 5eb75c2
Merge pull request #69 from DostEducation/feature/66-fixes-for-the-up…
Sachinbisht27 9bedcf7
Merge branch 'develop' of https://github.com/DostEducation/RP_IVR_cal…
Sachinbisht27 03de53c
Fixed merge conflicts
Sachinbisht27 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
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
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
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 |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
% POSTGRES | ||
) | ||
|
||
SQLALCHEMY_TRACK_MODIFICATIONS = True | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed the |
||
WTF_CSRF_ENABLED = True | ||
SECRET_KEY = os.environ.get("SECRET_KEY") | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Includes dev dependencies on top of requirements.txt | ||
-r requirements.txt | ||
functions-framework==2.1.2 | ||
functions-framework==3.5.0 | ||
pre-commit==2.11.0 |
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
certifi==2020.12.5 | ||
chardet==4.0.0 | ||
click==7.1.2 | ||
Flask==1.1.2 | ||
requests==2.25.1 | ||
click==8.1.3 | ||
Flask==3.0.0 | ||
python-dotenv==0.15.0 | ||
Flask-SQLAlchemy==2.1 | ||
Flask-SQLAlchemy==3.1.1 | ||
functions-framework==3.5.0 | ||
idna==2.10 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.11.3 | ||
MarkupSafe==1.1.1 | ||
psycopg2==2.8.6 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.1 | ||
psycopg2==2.9.9 | ||
python-dotenv==0.15.0 | ||
requests==2.25.1 | ||
SQLAlchemy==1.3.23 | ||
requests==2.31.0 | ||
SQLAlchemy==2.0.23 | ||
urllib3==1.26.3 | ||
Werkzeug==1.0.1 | ||
Werkzeug==3.0.0 | ||
watchdog==3.0.0 | ||
google-cloud-logging==3.5.0 |
Oops, something went wrong.
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.
The
BaseQuery
class has been renamed asquery
now and is situated within the query module.