Skip to content

Commit 68d0df7

Browse files
committed
.
1 parent dae6926 commit 68d0df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ path = "fastapi_users_db_dynamodb/config.py"
3030
[tool.hatch.envs.default]
3131
installer = "uv"
3232
dependencies = [
33-
"aiopynamodb@git+https://github.com/AppSolves/AioPynamoDB@master#egg=aiopynamodb>=1.0.1",
33+
"as-aiopynamodb>=1.0.1",
3434
"pytest",
3535
"pytest-asyncio",
3636
"black",
@@ -90,7 +90,7 @@ classifiers = [
9090
requires-python = ">=3.11"
9191
dependencies = [
9292
"fastapi-users >= 14.0.0",
93-
"aiopynamodb@git+https://github.com/AppSolves/AioPynamoDB@master#egg=aiopynamodb>=1.0.1",
93+
"as-aiopynamodb>=1.0.1",
9494
]
9595

9696
[project.urls]

0 commit comments

Comments
 (0)