File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
aries_cloudcontroller/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
DEFAULT_PYDANTIC_MODEL_CONFIG : ConfigDict = {
4
4
"defer_build" : True ,
5
5
"populate_by_name" : True ,
6
- "validate_assignment" : False ,
6
+ "validate_assignment" : True ,
7
7
}
Original file line number Diff line number Diff line change 1
1
aiohttp >= 3.9.2 ,< 4.0
2
- pydantic >= 2.4 ,< 3.0
2
+ pydantic >= 2.6 ,< 3.0
3
3
python-dateutil >= 2
4
4
typing-extensions >= 4 ,< 5.0
5
5
urllib3 >= 2.1 ,< 3
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def parse_requirements(filename: str):
19
19
if __name__ == "__main__" :
20
20
setup (
21
21
name = PACKAGE_NAME ,
22
- version = "0.11.0-rev1 " ,
22
+ version = "0.11.0-rev2 " ,
23
23
description = "A simple python client for controlling an ACA-Py agent" ,
24
24
long_description = long_description ,
25
25
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments