Skip to content

Commit 4bde178

Browse files
author
Joakim Nordling
authored
Include support for email validation (#48)
Somehow it used to earlier include that, but after the last updates it was no longer pulled in automatically and caused issues in the definition repos.
1 parent fe56711 commit 4bde178

2 files changed

Lines changed: 39 additions & 3 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-to-fastapi"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Create FastAPI routes from OpenAPI spec"
55
authors = ["IOXIO Ltd"]
66
license = "BSD-3-Clause"
@@ -19,7 +19,7 @@ datamodel-code-generator = "^0.28.5"
1919
fastapi = "^0.115.12"
2020
click = "^8.1.8"
2121
coloredlogs = "^15.0.1"
22-
pydantic = "^2.11.1"
22+
pydantic = {version = "^2.11.1", extras = ["email"]}
2323

2424
[tool.poetry.group.dev.dependencies]
2525
isort = "^5.13.2"

0 commit comments

Comments
 (0)