Skip to content

Commit

Permalink
Merge pull request #34 from TheJacksonLaboratory/G3-197-db-package-up…
Browse files Browse the repository at this point in the history
…grade

G3-197 db version update
  • Loading branch information
francastell authored Mar 1, 2024
2 parents e04f779 + 50b4acf commit 26e974b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-api"
version = "0.3.0a0"
version = "0.3.0a1"
description = "The Geneweaver API"
authors = ["Jax Computational Sciences <cssc@jax.org>"]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ python = "^3.9"
geneweaver-core = "^0.9.0a1"
fastapi = {extras = ["all"], version = "^0.99.1"}
uvicorn = {extras = ["standard"], version = "^0.24.0"}
geneweaver-db = "^0.3.0a10"
geneweaver-db = "^0.3.0a11"
psycopg-pool = "^3.1.7"
requests = "^2.31.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
Expand Down

0 comments on commit 26e974b

Please sign in to comment.