Skip to content

Commit

Permalink
Merge PR #361 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by sbidoul
  • Loading branch information
OCA-git-bot committed Jul 19, 2023
2 parents f778d71 + a94dd03 commit eb87f4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base_rest_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"data": [],
"demo": [],
"external_dependencies": {
"python": ["jsondiff", "extendable-pydantic", "pydantic"]
"python": ["jsondiff", "extendable-pydantic", "pydantic<2"]
},
"installable": True,
}
2 changes: 1 addition & 1 deletion base_rest_pydantic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"installable": True,
"external_dependencies": {
"python": [
"pydantic",
"pydantic<2",
]
},
}
2 changes: 1 addition & 1 deletion pydantic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"depends": [],
"data": [],
"demo": [],
"external_dependencies": {"python": ["pydantic", "typing-extensions"]},
"external_dependencies": {"python": ["pydantic<2", "typing-extensions"]},
"installable": True,
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jsondiff
marshmallow
marshmallow-objects>=2.0.0
parse-accept-language
pydantic
pydantic<2
pyquerystring
python-multipart
typing-extensions
Expand Down

0 comments on commit eb87f4a

Please sign in to comment.