Skip to content

Commit

Permalink
Merge pull request #653 from jvandermey/#652-pydantic-2_7
Browse files Browse the repository at this point in the history
Support pydantic v2.7
  • Loading branch information
nabla-c0d3 authored Jun 23, 2024
2 parents 761892b + 9d07c22 commit 0ad77c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_include_files() -> List[Tuple[str, str]]:
"nassl>=5.1,<6",
"cryptography>42,<43",
"tls-parser>=2,<3",
"pydantic>=2.2,<2.7",
"pydantic>=2.2,<2.8",
],
# cx_freeze info for Windows builds with Python embedded
options={"build_exe": {"packages": ["cffi", "cryptography"], "include_files": get_include_files()}},
Expand Down

0 comments on commit 0ad77c1

Please sign in to comment.