Skip to content

Commit

Permalink
Merge pull request #171 from lsst-sqre/tickets/DM-39884
Browse files Browse the repository at this point in the history
DM-39884: Pin Pydantic < 2 (0.8.3 release)
  • Loading branch information
jonathansick authored Jul 3, 2023
2 parents 1e841fa + 3c9f4c2 commit d6f6e25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.3 (2023-07-03)

Fixes:

- Pin Pydantic < 2.0.0. This is a temporary measure while we add and test compatibility with Pydantic 1 and 2.

## 0.8.2 (2023-06-27)

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"sphinxcontrib-bibtex>=2.0.0", # for pybtex plugin; bibtex_bibfiles config is required.
"importlib_metadata; python_version < \"3.8\"",
"tomli; python_version < \"3.11\"",
"pydantic",
"pydantic<2.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit d6f6e25

Please sign in to comment.