Skip to content

Commit

Permalink
Merge pull request #12 from punch-mission/11-pydantic-validator-err
Browse files Browse the repository at this point in the history
pin pydantic to avoid #11
  • Loading branch information
jmbhughes authored Oct 16, 2023
2 parents 389c842 + a095882 commit 13e1560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+ssh://[email protected]/punch-mission/punchbowl.git#egg=punchbowl
prefect
pydantic
git+ssh://[email protected]/punch-mission/punchbowl.git#egg=punchbowl
pydantic==1.10.12
pymysql
sqlalchemy
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=[
'prefect',
'pymysql',
'pydantic',
'pydantic==1.10.12',
'sqlalchemy',
'punchbowl',
'datapane',
Expand Down

0 comments on commit 13e1560

Please sign in to comment.