File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages = [{include = "kiota_serialization_form"}]
2525[tool .poetry .dependencies ]
2626python = " >=3.9,<4.0"
2727microsoft-kiota-abstractions = {path =" ../../abstractions/" , develop =true }
28- pendulum = " >=3.0.0b1 "
28+ pendulum = " >=3.0.0 "
2929
3030[tool .poetry .group .dev .dependencies ]
3131yapf = " >=0.40.2,<0.44.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages = [{include = "kiota_serialization_json"}]
2525[tool .poetry .dependencies ]
2626python = " >=3.9,<4.0"
2727microsoft-kiota-abstractions = {path =" ../../abstractions/" , develop =true }
28- pendulum = " >=3.0.0b1 "
28+ pendulum = " >=3.0.0 "
2929
3030[tool .poetry .group .dev .dependencies ]
3131yapf = " >=0.40.2,<0.44.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages = [{include = "kiota_serialization_multipart"}]
2525[tool .poetry .dependencies ]
2626python = " >=3.9,<4.0"
2727microsoft-kiota-abstractions = {path =" ../../abstractions/" , develop =true }
28- pendulum = " >=3.0.0b1 "
28+ pendulum = " >=3.0.0 "
2929
3030[tool .poetry .group .dev .dependencies ]
3131yapf = " ^0.40.2"
You can’t perform that action at this time.
0 commit comments