Skip to content

Commit

Permalink
Relax requirements for pydantic and openpyxl dependencies
Browse files Browse the repository at this point in the history
Different Python systems may have slightly different requirements, so we should
be flexible, and only constrain versions when absolutely necessary.
  • Loading branch information
istride committed Aug 14, 2024
1 parent ac2c1b8 commit 4c89380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
"google-api-python-client~=2.6.0",
"google-auth-oauthlib~=0.4.4",
"networkx~=2.5.1",
"openpyxl~=3.0.7",
"pydantic~=1.10.14",
"openpyxl",
"pydantic < 2",
"tablib[ods]>=3.1.0",
]

Expand Down

0 comments on commit 4c89380

Please sign in to comment.