Skip to content

Commit 2b8d42d

Browse files
authored
add stapi-pydantic to the stapi-fastapi dependencies (#106)
## What I'm changing - stapi-fastapi depends on stapi-pydantic, but it was not in the dependencies list - #104 - #103 ## How I did it - added to dependencies list ## Checklist - [X] Tests pass: `uv run pytest` - [X] Checks pass: `uv run pre-commit run --all-files` - [X] CHANGELOG is updated (if necessary)
1 parent b4a45e0 commit 2b8d42d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

stapi-fastapi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## Unreleased
88

9+
### Fixed
10+
11+
- Add stapi-pydantic as a dependency
12+
913
## [0.7.0] - 2025-04-18
1014

1115
### Fixed

stapi-fastapi/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
"pyrfc3339>=1.1",
2424
"types-pyRFC3339>=1.1.1",
2525
"uvicorn>=0.29.0",
26+
"stapi-pydantic>=0.0.3",
2627
]
2728

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

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)