Skip to content

Commit 07366b9

Browse files
authored
bump fastcrud to fix sqlalchemy-utils (#22)
* bump fastcrud (plus min python supported) to fix sqlalchemy-utils
1 parent a90fefe commit 07366b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "crudadmin"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "FastAPI-based admin interface with authentication, event logging and CRUD operations"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.9.2"
77
authors = [
88
{ name = "Igor Benav", email = "[email protected]" }
99
]
@@ -30,7 +30,6 @@ classifiers = [
3030
dependencies = [
3131
"bcrypt>=4.2.1",
3232
"fastapi>=0.115.6",
33-
"fastcrud>=0.15.5",
3433
"jinja2>=3.1.5",
3534
"pydantic[email]>=2.10.4",
3635
"pydantic-settings>=2.6.1",
@@ -40,6 +39,7 @@ dependencies = [
4039
"user-agents>=2.2.0",
4140
"aiosqlite>=0.20.0",
4241
"greenlet>=3.1.1",
42+
"fastcrud>=0.15.12",
4343
]
4444

4545
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)