Skip to content

Commit

Permalink
Support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 1, 2024
1 parent 736f5b2 commit 2b9993d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight-cgap"
version = "4.3.0.1b3" # TODO: To become 4.4.0
version = "4.3.0.1b4" # TODO: To become 4.4.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.12.0.1b6"
dcicutils = "8.12.0.1b10"
click = "^7.1.2"
PyJWT = "^2.5.0"
Jinja2 = "^3.1.2"
Expand All @@ -24,10 +24,10 @@ elasticsearch = "7.13.4"
elasticsearch-dsl = "^7.0.0"
gitpython = "^3.1.2"
pytz = "^2020.1"
magma-suite = "3.4.1.1b2"
tibanna-ff = "3.4.1.1b1"
magma-suite = "3.4.1.1b5"
tibanna-ff = "3.4.1.1b4"
MarkupSafe = "^2.1.3"
foursight-core = "5.5.0.1b1"
foursight-core = "5.5.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 2b9993d

Please sign in to comment.