Skip to content

Commit

Permalink
Merge pull request #187 from PrefectHQ/pydantic-upgrade
Browse files Browse the repository at this point in the history
Upgrade pydantic to version 1.7.x
  • Loading branch information
cicdw committed Feb 12, 2021
2 parents 112bf2d + dcbddaf commit c1b39d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changes/pr187.yaml
@@ -0,0 +1,2 @@
enhancement:
- "Upgrade pydantic to 1.7.x - [#187](https://github.com/PrefectHQ/server/pull/187)"
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -17,8 +17,7 @@
"json_log_formatter >= 0.3.0, < 0.4.0",
"packaging >= 20.0, < 20.4",
"psycopg2-binary >= 2.7, < 3.0",
# pin below 1.6 pending https://github.com/samuelcolvin/pydantic/issues/1710
"pydantic >= 1.5, < 1.6",
"pydantic >= 1.7, < 1.8",
"python-slugify >= 1.2,< 5.0",
"pyyaml >= 3.13, < 6.0",
"starlette >= 0.13, < 0.14",
Expand Down

0 comments on commit c1b39d7

Please sign in to comment.