Server Test Python

Server Test Python

rev. 3aed9201e4bc5a8db4b84ecb152c7af544ace9ac (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-server-test-python/Cargo.lock

@@ -167,167 +241,241 @@
  187    187   
 "thiserror 2.0.18",
  188    188   
 "tokio",
  189    189   
 "tower",
  190    190   
 "tower-http",
  191    191   
 "tracing",
  192    192   
 "uuid",
  193    193   
]
  194    194   
  195    195   
[[package]]
  196    196   
name = "aws-smithy-runtime-api"
  197         -
version = "1.11.6"
         197  +
version = "1.11.7"
  198    198   
dependencies = [
  199    199   
 "aws-smithy-async",
  200    200   
 "aws-smithy-types",
  201    201   
 "bytes",
  202    202   
 "http 0.2.12",
  203    203   
 "http 1.4.0",
  204    204   
 "pin-project-lite",
  205    205   
 "tokio",
  206    206   
 "tracing",
  207    207   
]
  208    208   
  209    209   
[[package]]
  210    210   
name = "aws-smithy-types"
  211         -
version = "1.4.7"
         211  +
version = "1.4.8"
  212    212   
dependencies = [
  213    213   
 "base64-simd",
  214    214   
 "bytes",
  215    215   
 "bytes-utils",
  216    216   
 "futures-core",
  217    217   
 "http 0.2.12",
  218    218   
 "http 1.4.0",
  219    219   
 "http-body 0.4.6",
  220    220   
 "http-body 1.0.1",
  221    221   
 "http-body-util",