docs: update install instructions to pip install metaorm

This commit is contained in:
2026-08-23 13:42:44 +03:00
parent ff02bc720f
commit 3177bea8dd
3 changed files with 10 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"pydantic>=2.0",
"pydantic-filters @ git+https://github.com/OlegYurchik/pydantic-filters.git@fix/compare-to-pydantic-2.12",
"pydantic-filters>=0.4.0",
"sqlalchemy>=2.0",
"sqlmodel>=0.0.22",
]
@@ -69,6 +69,3 @@ testpaths = ["tests"]
[tool.coverage.report]
fail_under = 90
show_missing = true
[tool.uv.sources]
pydantic-filters = { git = "https://github.com/OlegYurchik/pydantic-filters", branch = "fix/compare-to-pydantic-2.12" }