Server Test Python

Server Test Python

rev. b312272346d50bcdc13e1914e37467d343d63934 (ignoring whitespace)

Files changed:

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

@@ -145,145 +205,205 @@
  165    165   
  166    166   
[[package]]
  167    167   
name = "aws-smithy-json"
  168    168   
version = "0.60.7"
  169    169   
dependencies = [
  170    170   
 "aws-smithy-types",
  171    171   
]
  172    172   
  173    173   
[[package]]
  174    174   
name = "aws-smithy-runtime-api"
  175         -
version = "1.7.0"
         175  +
version = "1.6.3"
  176    176   
dependencies = [
  177    177   
 "aws-smithy-async",
  178    178   
 "aws-smithy-types",
  179    179   
 "bytes",
  180    180   
 "http 0.2.12",
  181    181   
 "http 1.1.0",
  182    182   
 "pin-project-lite",
  183    183   
 "tokio",
  184    184   
 "tracing",
  185    185   
]