Skip to content

Commit

Permalink
Add typer version ceiling for compatibility. Fixes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Apr 10, 2024
1 parent 80603e2 commit 0c3a42e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# erdantic Changelog

## v0.7.0 (2024-02-11)
## v0.7.1 (2024-04-09)

This will be the last version that supports Python 3.7.

- Added version typer version ceiling of `< 0.10.0` due to incompatibility with a fix introduced in that version.

## v0.7.0 (2024-02-11)

- Added support for Pydantic V1 legacy models. These are models created from the `pydantic.v1` namespace when Pydantic V2 is installed. ([PR #94](https://github.com/drivendataorg/erdantic/pull/94) from [@ursereg](https://github.com/ursereg))

## v0.6.0 (2023-07-09)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"pydantic >= 2",
"pydantic-core",
"pygraphviz",
"typer",
"typer < 0.10.0",
"typing_extensions > 4 ; python_version < '3.8'",
]

Expand Down

0 comments on commit 0c3a42e

Please sign in to comment.