schemez 0.3.0__tar.gz → 0.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: schemez
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Pydantic shim for config stuff
5
5
  Keywords:
6
6
  Author: Philipp Temminghoff
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "schemez"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  description = "Pydantic shim for config stuff"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -235,13 +235,14 @@ runtime-evaluated-base-classes = [
235
235
  "pydantic.BaseModel",
236
236
  "sqlalchemy.orm.DeclarativeBase",
237
237
  "schemez.Schema",
238
+ "sqlmodel.SQLModel",
238
239
  ]
239
240
  runtime-evaluated-decorators = [
240
241
  "pydantic.validate_call",
241
- "attrs.define",
242
242
  "fastapi.FastAPI.get",
243
243
  "fastapi.FastAPI.post",
244
244
  "fastmcp.FastMCP.tool",
245
+ "typer.Typer.command",
245
246
  ]
246
247
 
247
248
  [tool.ruff.lint.isort]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes