@@ -197,7 +197,7 @@ def manifest_with_url_base_to_migrate_to_url() -> Dict[str, Any]:
197
197
@pytest .fixture
198
198
def expected_manifest_with_url_base_migrated_to_url () -> Dict [str , Any ]:
199
199
return {
200
- "version" : "6.45.2 " ,
200
+ "version" : "6.47.1 " ,
201
201
"type" : "DeclarativeSource" ,
202
202
"check" : {"type" : "CheckStream" , "stream_names" : ["A" ]},
203
203
"definitions" : {
@@ -494,13 +494,13 @@ def expected_manifest_with_url_base_migrated_to_url() -> Dict[str, Any]:
494
494
"applied_migrations" : [
495
495
{
496
496
"from_version" : "0.0.0" ,
497
- "to_version" : "6.45.2 " ,
497
+ "to_version" : "6.47.1 " ,
498
498
"migration" : "HttpRequesterUrlBaseToUrl" ,
499
499
"migrated_at" : "2025-04-01T00:00:00+00:00" , # time freezed in the test
500
500
},
501
501
{
502
502
"from_version" : "0.0.0" ,
503
- "to_version" : "6.45.2 " ,
503
+ "to_version" : "6.47.1 " ,
504
504
"migration" : "HttpRequesterPathToUrl" ,
505
505
"migrated_at" : "2025-04-01T00:00:00+00:00" , # time freezed in the test
506
506
},
@@ -512,7 +512,7 @@ def expected_manifest_with_url_base_migrated_to_url() -> Dict[str, Any]:
512
512
@pytest .fixture
513
513
def manifest_with_migrated_url_base_and_path_is_joined_to_url () -> Dict [str , Any ]:
514
514
return {
515
- "version" : "6.45.3 " ,
515
+ "version" : "6.47.1 " ,
516
516
"type" : "DeclarativeSource" ,
517
517
"check" : {"type" : "CheckStream" , "stream_names" : ["A" ]},
518
518
"definitions" : {},
@@ -822,7 +822,7 @@ def manifest_with_request_body_json_and_data_to_migrate_to_request_body() -> Dic
822
822
@pytest .fixture
823
823
def expected_manifest_with_migrated_to_request_body () -> Dict [str , Any ]:
824
824
return {
825
- "version" : "6.45.2 " ,
825
+ "version" : "6.47.1 " ,
826
826
"type" : "DeclarativeSource" ,
827
827
"check" : {"type" : "CheckStream" , "stream_names" : ["A" ]},
828
828
"definitions" : {
@@ -1178,19 +1178,19 @@ def expected_manifest_with_migrated_to_request_body() -> Dict[str, Any]:
1178
1178
"applied_migrations" : [
1179
1179
{
1180
1180
"from_version" : "0.0.0" ,
1181
- "to_version" : "6.45.2 " ,
1181
+ "to_version" : "6.47.1 " ,
1182
1182
"migration" : "HttpRequesterUrlBaseToUrl" ,
1183
1183
"migrated_at" : "2025-04-01T00:00:00+00:00" ,
1184
1184
},
1185
1185
{
1186
1186
"from_version" : "0.0.0" ,
1187
- "to_version" : "6.45.2 " ,
1187
+ "to_version" : "6.47.1 " ,
1188
1188
"migration" : "HttpRequesterPathToUrl" ,
1189
1189
"migrated_at" : "2025-04-01T00:00:00+00:00" ,
1190
1190
},
1191
1191
{
1192
1192
"from_version" : "0.0.0" ,
1193
- "to_version" : "6.45.2 " ,
1193
+ "to_version" : "6.47.1 " ,
1194
1194
"migration" : "HttpRequesterRequestBodyJsonDataToRequestBody" ,
1195
1195
"migrated_at" : "2025-04-01T00:00:00+00:00" ,
1196
1196
},
0 commit comments