Server Test Python

Server Test Python

rev. 80d9b4c9aa38f40a6d033a9f956fdf3576cff60f

Files changed:

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

@@ -100,100 +160,160 @@
  120    120   
 "thiserror 2.0.17",
  121    121   
 "tokio",
  122    122   
 "tower",
  123    123   
 "tower-http",
  124    124   
 "tracing",
  125    125   
 "uuid",
  126    126   
]
  127    127   
  128    128   
[[package]]
  129    129   
name = "aws-smithy-http-server-python"
  130         -
version = "0.66.5"
         130  +
version = "0.66.6"
  131    131   
dependencies = [
  132    132   
 "aws-smithy-http",
  133    133   
 "aws-smithy-http-server",
  134    134   
 "aws-smithy-json",
  135    135   
 "aws-smithy-types",
  136    136   
 "aws-smithy-xml",
  137    137   
 "bytes",
  138    138   
 "futures",
  139    139   
 "http 0.2.12",
  140    140   
 "hyper",