Skip to content

Commit

Permalink
chore(deps): replace pydantic v1 with v2 in setup file (#326)
Browse files Browse the repository at this point in the history
PR: #326
  • Loading branch information
OmarAlJarrah authored Feb 8, 2024
1 parent ffa85f1 commit 56c1757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion requirements-sdk.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
furl~=2.1.3
expediagroup-sdk-python-core~=3.1.0
expediagroup-sdk-python-core~=3.2.1
python-dateutil~=2.8.2

0 comments on commit 56c1757

Please sign in to comment.