Skip to content

Commit ae32a85

Browse files
authored
Merge pull request #7 from import-ai/fix/runtime_deps
Update httpx to runtime
2 parents 70e59f9 + 39afdfd commit ae32a85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ shortuuid = "^1.0.13"
1616
sqlalchemy = {extras = ["asyncio"], version = "^2.0.36"}
1717
asyncpg = "^0.30.0"
1818
bcrypt = "^4.2.1"
19+
httpx = "^0.28.1"
1920

2021

2122
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)