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

Commit e337813

Browse files
committed
1.0.2
1 parent 632d90e commit e337813

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
[v1.0.1]
88

99
- update handling of `email` to allow `str`
10+
11+
[v1.0.2]
12+
13+
- update typing of `email`

poetry.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.

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 = "pydantic-openapi-schema"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "OpenAPI Schema using pydantic. Forked for Starlite-API from 'openapi-schema-pydantic'."
55
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
66
maintainers = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>", "Peter Schutt <peter.github@proton.me>", "Cody Fincher <cody.fincher@gmail.com>"]
@@ -29,7 +29,7 @@ packages = [
2929
[tool.poetry.dependencies]
3030
python = ">=3.7"
3131
pydantic = "*"
32-
email-validator = "^1.2.1"
32+
email-validator = "*"
3333

3434
[tool.poetry.dev-dependencies]
3535
pre-commit = "*"

0 commit comments

Comments
 (0)