Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 2c27037

Browse files
committed
1.0.0
1 parent 23db293 commit 2c27037

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1+
![GitHub](https://img.shields.io/github/license/starlite-api/pydantic-openapi-schema)
12
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=starlite-api_pydantic-openapi-schema&metric=coverage)](https://sonarcloud.io/summary/new_code?id=starlite-api_pydantic-openapi-schema)
23
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=starlite-api_pydantic-openapi-schema&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=starlite-api_pydantic-openapi-schema)
34
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=starlite-api_pydantic-openapi-schema&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=starlite-api_pydantic-openapi-schema)
45

56
# Pydantic OpenAPI Schema
67

78
This library is a fork of [openapi-schema-pydantic](https://github.com/kuimono/openapi-schema-pydantic). Its used
8-
internally by [Starlite](https://github.com/starlite-api/starlite).
9+
and is bundled by [Starlite](https://github.com/starlite-api/starlite). You can
10+
see [this issue](https://github.com/kuimono/openapi-schema-pydantic/issues/24) in the upstream repository regarding it.
911

1012
In comparison to the original library this library has:
1113

1214
1. updated docstrings with fixed links
13-
2. no typing issues identified by mypy
14-
3. updated utilities
15+
2. no typing issues
16+
3. updated types
17+
4. updated utilities
18+
5. updated export paths
19+
6. continuous meintenance
20+
21+
Use is mostly identical to upstream package.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "pydantic-openapi-schema"
33
version = "1.0.0"
4-
description = "Starlite-API fork of openapi-schema-pydantic"
4+
description = "OpenAPI Schema using pydantic. Forked for Starlite-API from 'openapi-schema-pydantic'."
55
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
6+
maintainers = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>", "Peter Schutt <peter.github@proton.me>", "Cody Fincher <cody.fincher@gmail.com>"]
67
license = "MIT"
7-
keywords = ["openAPI", "starlite", "pydantic", "schema"]
8+
keywords = ["openAPI", "open-api", "starlite", "pydantic", "schema"]
89
classifiers = [
910
"Development Status :: 5 - Production/Stable",
1011
"Environment :: Web Environment",

0 commit comments

Comments
 (0)