Skip to content

Commit

Permalink
Merge pull request #42 from PrediktorAS/bug/lock_pydantic_version
Browse files Browse the repository at this point in the history
Fixating the pydantic version
  • Loading branch information
alydersen authored Jul 10, 2023
2 parents 6df16e1 + 2ea940a commit e755120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
importlib-metadata; python_version<"3.8"
requests >= 2.28.1
aiohttp >= 3.8.1
pydantic >= 1.10.1
pydantic == 1.10.11
pandas >= 1.4.4

[options.packages.find]
Expand Down

0 comments on commit e755120

Please sign in to comment.