-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#188414493 Update README, bump versions (#69)
* Update README, bump versions Update readme for EVENT_BATCH_TIMEOUT changes in moesifapi-python. Bump moesifwsgi version. Bump moesifapi-python version requirement. * Update requirements.txt - Update requests to 2.32.0 to allign with moesifapi - Bumop moesifpythonrequest and moesifapi versions - Update all example projects requirements.txt - update .gitignore * Fix headers not being included in requests * Refactor: Update moesifapi-python and moesifpythonrequest dependency Refactor: Update moesifapi-python and moesifpythonrequest dependency Refactor: Ensure gov rules regex match on insensitive headers --------- Co-authored-by: Keyur <[email protected]> Co-authored-by: Praveen Kumar <[email protected]>
- Loading branch information
1 parent
b96e9a1
commit b4938a9
Showing
9 changed files
with
42 additions
and
44 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,3 +202,5 @@ fabric.properties | |
# modules.xml | ||
# .idea/misc.xml | ||
# *.ipr | ||
**/Pipfile | ||
**/Pipfile.lock |
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,2 +1,2 @@ | ||
moesifwsgi==1.9.4 | ||
moesifwsgi>=1.9.6 | ||
bottle |
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 @@ | ||
moesifwsgi==1.9.4 | ||
moesifwsgi>=1.9.6 | ||
falcon==3.1.0 | ||
gunicorn | ||
falcon-multipart | ||
falcon-multipart |
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,2 +1,2 @@ | ||
moesifwsgi>=1.9.4 | ||
moesifwsgi>=1.9.6 | ||
Flask |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
requests==2.30.0 | ||
requests==2.32.0 | ||
nose==1.3.7 | ||
isodatetimehandler==1.0.2 | ||
moesifapi>=1.4.9 | ||
moesifpythonrequest==0.3.3 | ||
moesifapi>=1.5.3 | ||
moesifpythonrequest>=0.3.4 | ||
readerwriterlock==1.0.9 | ||
apscheduler==3.10.4 |
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