Skip to content

Commit

Permalink
Pin pydantic below 2 (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott authored Jul 10, 2023
1 parent a30bf68 commit 33197c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataquality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"""


__version__ = "0.9.4"
__version__ = "0.9.5"

import sys
from typing import Any, List, Optional
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
license = {text = 'See LICENSE'}
requires-python = ">=3.7"
dependencies = [
"pydantic>=1.8.2",
"pydantic>=1.8.2,<2.0.0",
"requests>=2.25.1",
"types-requests>=2.25.2",
"pandas>=0.20.0",
Expand Down

0 comments on commit 33197c2

Please sign in to comment.