Skip to content

Commit b8f54b3

Browse files
committed
chore: promote to Production/Stable and bump version to 1.0.0
1 parent ed78fbf commit b8f54b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-typed-errors"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Typed error responses for FastAPI: Literal error codes, discriminated unions in OpenAPI, single source of truth"
55
readme = "README.md"
66
authors = [
@@ -11,7 +11,7 @@ license = "MIT"
1111
license-files = ["LICENSE"]
1212
keywords = ["fastapi", "errors", "openapi", "typed", "pydantic"]
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Framework :: FastAPI",
1616
"Intended Audience :: Developers",
1717
"Operating System :: OS Independent",

uv.lock

Lines changed: 1 addition & 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)