Use str type for pk path param. (#52)

This commit is contained in:
long2ice
2021-06-04 17:54:02 +08:00
parent 42c7351914
commit 70d2a7a529
3 changed files with 8 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/fastapi-admin/fastapi-admin.git"
version = "1.0.1"
version = "1.0.2"
[tool.poetry.dependencies]
Babel = "*"