Skip to content

Commit

Permalink
chore: update asyncpg to 0.30
Browse files Browse the repository at this point in the history
also some minor poetry file fixups
  • Loading branch information
davidlougheed committed Nov 20, 2024
1 parent adcc87a commit 0d13927
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 58 deletions.
119 changes: 64 additions & 55 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10.0"
fastapi = {extras = ["all"], version = "^0.115.0"}
fastapi = {extras = ["all"], version = "^0.115.5"}
pydantic = "^2.6.1"
bento-lib = {extras = ["fastapi"], version = "^12.2.2"}
bento-lib = {extras = ["fastapi"], version = "^12.2.3"}
aiofiles = "^24.1.0"
pysam = "~0.22.1"
jsonschema = "^4.23.0"
pydantic-settings = "^2.1.0"
asyncpg = "^0.29.0"
asyncpg = "^0.30.0"

[tool.poetry.group.dev.dependencies]
aioresponses = "^0.7.6"
Expand Down

0 comments on commit 0d13927

Please sign in to comment.