Skip to content

Commit cfbf28c

Browse files
Use a less strict Pydantic version
1 parent 67af529 commit cfbf28c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
helloasso-apiv5==1.0.0
2-
pydantic==2.5.0
2+
pydantic>=2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
packages=find_packages(exclude=("tests", "docs")),
1212
install_requires=[
1313
"helloasso-apiv5==1.0.0",
14-
"pydantic==2.5.0",
14+
"pydantic>=2.5",
1515
],
1616
python_requires=">=3.6",
1717
)

0 commit comments

Comments
 (0)