We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90fefe commit 07366b9Copy full SHA for 07366b9
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
name = "crudadmin"
3
-version = "0.3.1"
+version = "0.3.2"
4
description = "FastAPI-based admin interface with authentication, event logging and CRUD operations"
5
readme = "README.md"
6
-requires-python = ">=3.9"
+requires-python = ">=3.9.2"
7
authors = [
8
{ name = "Igor Benav", email = "[email protected]" }
9
]
@@ -30,7 +30,6 @@ classifiers = [
30
dependencies = [
31
"bcrypt>=4.2.1",
32
"fastapi>=0.115.6",
33
- "fastcrud>=0.15.5",
34
"jinja2>=3.1.5",
35
"pydantic[email]>=2.10.4",
36
"pydantic-settings>=2.6.1",
@@ -40,6 +39,7 @@ dependencies = [
40
39
"user-agents>=2.2.0",
41
"aiosqlite>=0.20.0",
42
"greenlet>=3.1.1",
+ "fastcrud>=0.15.12",
43
44
45
[tool.hatch.build.targets.sdist]
0 commit comments