Skip to content

Commit

Permalink
Merge pull request #13 from adrianeboyd/chore/pydantic-1.10
Browse files Browse the repository at this point in the history
Support pydantic v1.10.x, set version to v0.0.3
  • Loading branch information
adrianeboyd authored Oct 7, 2022
2 parents 9e56607 + 9124c66 commit 5b95ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0
# Development requirements
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.0.2
version = 0.0.3
description = The sweetest config system for Python
url = https://github.com/explosion/confection
author = Explosion
Expand Down Expand Up @@ -29,7 +29,7 @@ zip_safe = true
include_package_data = true
python_requires = >=3.6
install_requires =
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0

Expand Down

0 comments on commit 5b95ad8

Please sign in to comment.