Skip to content

Commit

Permalink
Merge pull request #1440 from Sage-Bionetworks/develop-async-set-anno…
Browse files Browse the repository at this point in the history
…tation

feat: set annotations in an async way when submitting a manifest
  • Loading branch information
linglp authored Jun 21, 2024
2 parents 64aba90 + adc4c01 commit 4795cd1
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 98 deletions.
54 changes: 37 additions & 17 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pygsheets = "^2.0.4"
PyYAML = "^6.0.0"
rdflib = "^6.0.0"
setuptools = "^66.0.0"
synapseclient = "^4.1.0"
synapseclient = "^4.3.0"
tenacity = "^8.0.1"
toml = "^0.10.2"
great-expectations = "^0.15.0"
Expand All @@ -74,6 +74,8 @@ Flask = {version = "2.1.3", optional = true}
Flask-Cors = {version = "^3.0.10", optional = true}
uWSGI = {version = "^2.0.21", optional = true}
Jinja2 = {version = ">2.11.3", optional = true}
asyncio = "^3.4.3"
pytest-asyncio = "^0.23.7"
jaeger-client = {version = "^4.8.0", optional = true}
flask-opentracing = {version="^2.0.0", optional = true}

Expand Down
Loading

0 comments on commit 4795cd1

Please sign in to comment.