fixed dict conversion and updated query key extraction
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 72
− 5
@@ -16,7 +16,7 @@
@@ -283,6 +283,69 @@ def update_url_query_arguments(original_url: str, **kwargs) -> str:
@@ -291,18 +354,22 @@ def convert_data_to_dict(data: Any) -> dict[str, Any]: