Skip to content

Commit d6cb6e9

Browse files
committed
update shields
1 parent acf0579 commit d6cb6e9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
<p>
44
<a href="https://www.python.org">
5-
<img src="https://img.shields.io/badge/python-3.8+-blue.svg">
5+
<img src="https://img.shields.io/badge/python-3.11+-blue.svg">
66
</a>
7-
<a href="https://github.com/JaredCE/serverless-openapi-documenter/blob/main/LICENSE">
7+
<a href="https://github.com/tkfoss/python-serverless-openapi-documentation/blob/main/LICENSE">
88
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
99
</a>
10+
<a href="https://github.com/tkfoss/python-serverless-openapi-documentation/actions/workflows/python-ci.yml">
11+
<img src="https://img.shields.io/github/actions/workflow/status/tkfoss/python-serverless-openapi-documentation/python-ci.yml">
12+
</a>
13+
<a href="https://github.com/tkfoss/python-serverless-openapi-documentation/actions/workflows/python-ci.yml">
14+
<img src="https://img.shields.io/github/actions/workflow/status/tkfoss/python-serverless-openapi-documentation/dependabot%2Fdependabot-updates?label=dependabot">
15+
</a>
1016
</p>
1117

1218
This tool generates an OpenAPI V3 file from either a `serverless.yml` file or directly from your project's Pydantic models. It is a standalone Python application that can produce a complete OpenAPI specification for your serverless project or any Python application that uses Pydantic for data validation.

0 commit comments

Comments
 (0)