Skip to content

Commit

Permalink
chore(deps): replace pydantic v1 with v2 in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Al-Jarrah committed Feb 8, 2024
1 parent ffa85f1 commit e52148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expediagroup/sdk/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def readme():
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.8",
install_requires=["pydantic==1.10.12", "uri", "requests", "python-dateutil"],
install_requires=["pydantic", "uri", "requests", "python-dateutil"],
description="Expedia Group SDK Core Library for Python",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e52148d

Please sign in to comment.