Skip to content

Commit

Permalink
Merge PR #362 into 15.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 8402b1b + 55835af commit a2ab2af
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 @@ -15,7 +15,7 @@
"data": [],
"demo": [],
"external_dependencies": {
"python": ["pydantic", "contextvars", "typing-extensions"]
"python": ["pydantic<2", "contextvars", "typing-extensions"]
},
"installable": True,
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jsondiff
marshmallow
marshmallow-objects>=2.0.0
parse-accept-language
pydantic
pydantic<2
pyquerystring
typing-extensions

0 comments on commit a2ab2af

Please sign in to comment.