Skip to content

Commit

Permalink
fix: Python package - relax pydantic depenency version requirement (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Aug 1, 2023
1 parent 029148b commit 69bf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-models/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
packages=['airbyte_protocol.models'],
setup_requires=['python-dotenv'],
install_requires=[
"pydantic~=1.9.2",
"pydantic>=1.9.2,<2.0.0",
],
python_requires=">=3.8",
)

0 comments on commit 69bf066

Please sign in to comment.