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 33DEFAULT_PYDANTIC_MODEL_CONFIG : ConfigDict = {
44 "defer_build" : True ,
55 "populate_by_name" : True ,
6- "validate_assignment" : False ,
6+ "validate_assignment" : True ,
77}
Original file line number Diff line number Diff line change 11aiohttp >= 3.9.2 ,< 4.0
2- pydantic >= 2.4 ,< 3.0
2+ pydantic >= 2.6 ,< 3.0
33python-dateutil >= 2
44typing-extensions >= 4 ,< 5.0
55urllib3 >= 2.1 ,< 3
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def parse_requirements(filename: str):
1919if __name__ == "__main__" :
2020 setup (
2121 name = PACKAGE_NAME ,
22- version = "0.11.0-rev1 " ,
22+ version = "0.11.0-rev2 " ,
2323 description = "A simple python client for controlling an ACA-Py agent" ,
2424 long_description = long_description ,
2525 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments