Skip to content

Commit

Permalink
fix to deployment action for cgap-msa - update to foursight-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Nov 26, 2024
1 parent 4fddeed commit 8ae6602
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ foursight-cgap
Change Log
----------

4.6.0
=====
* 2024-11-26/dmichaels
* Updated to foursight-core 5.8.0 for fix to portal deployment action for cgap-msa.


4.5.0
=====
* 2024-10-11/dmichaels
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight-cgap"
version = "4.5.0"
version = "4.5.0.1b1" # TODO: To become 4.6.0
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
cron-descriptor = "^1.4.0"
dcicutils = "^8.16.1"
dcicutils = "^8.16.4"
click = "^7.1.2"
PyJWT = "^2.5.0"
Jinja2 = "^3.1.2"
Expand All @@ -27,7 +27,8 @@ pytz = "^2020.1"
magma-suite = "^3.6.0"
tibanna-ff = "^3.5.0"
MarkupSafe = "^2.1.3"
foursight-core = "^5.7.0"
# foursight-core = "^5.7.0"
foursight-core = "5.7.0.1b2"
# use below for tests but not for deployment
#foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" }
#portal-pipeline-utils = "2.1.0.1b1"
Expand Down

0 comments on commit 8ae6602

Please sign in to comment.