Skip to content

Commit

Permalink
Merge pull request #66 from marier-nico/feat/relax-pydantic-dependency
Browse files Browse the repository at this point in the history
deps: relax pydantic dependency version
  • Loading branch information
marier-nico committed Mar 1, 2022
2 parents 51d4fbe + 7039079 commit fdd9dbe
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 @@ -37,7 +37,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=[],
extras_require={"pydantic": ["pydantic >= 1.8.2,< 1.10.0"]},
extras_require={"pydantic": ["pydantic >= 1.8.2,< 2.0"]},
package_data={"": ["VERSION"]},

# Other configurations
Expand Down

0 comments on commit fdd9dbe

Please sign in to comment.