Server Test Python

Server Test Python

rev. 26e0a1e8aaec58e3c7fd18a79449d71bcadaf391 (ignoring whitespace)

Files changed:

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

@@ -25,25 +236,236 @@
   45     45   
]
   46     46   
   47     47   
[[package]]
   48     48   
name = "autocfg"
   49     49   
version = "1.5.0"
   50     50   
source = "registry+https://github.com/rust-lang/crates.io-index"
   51     51   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
   52     52   
   53     53   
[[package]]
   54     54   
name = "aws-smithy-async"
   55         -
version = "1.2.7"
          55  +
version = "1.2.6"
   56     56   
dependencies = [
   57     57   
 "futures-util",
   58     58   
 "pin-project-lite",
   59     59   
 "tokio",
   60     60   
]
   61     61   
   62     62   
[[package]]
   63     63   
name = "aws-smithy-cbor"
   64         -
version = "0.61.4"
          64  +
version = "0.61.3"
   65     65   
dependencies = [
   66     66   
 "aws-smithy-types",
   67     67   
 "minicbor",
   68     68   
]
   69     69   
   70     70   
[[package]]
   71     71   
name = "aws-smithy-eventstream"
   72         -
version = "0.60.14"
          72  +
version = "0.60.13"
   73     73   
dependencies = [
   74     74   
 "aws-smithy-types",
   75     75   
 "bytes",
   76     76   
 "crc32fast",
   77     77   
]
   78     78   
   79     79   
[[package]]
   80     80   
name = "aws-smithy-http"
   81         -
version = "0.62.6"
          81  +
version = "0.62.5"
   82     82   
dependencies = [
   83     83   
 "aws-smithy-eventstream",
   84     84   
 "aws-smithy-runtime-api",
   85     85   
 "aws-smithy-types",
   86     86   
 "bytes",
   87     87   
 "bytes-utils",
   88     88   
 "futures-core",
   89     89   
 "futures-util",
   90     90   
 "http 0.2.12",
   91     91   
 "http 1.4.0",
   92     92   
 "http-body",
   93     93   
 "percent-encoding",
   94     94   
 "pin-project-lite",
   95     95   
 "pin-utils",
   96     96   
 "tracing",
   97     97   
]
   98     98   
   99     99   
[[package]]
  100    100   
name = "aws-smithy-http-server"
  101         -
version = "0.65.10"
         101  +
version = "0.65.9"
  102    102   
dependencies = [
  103    103   
 "aws-smithy-cbor",
  104    104   
 "aws-smithy-http",
  105    105   
 "aws-smithy-json",
  106    106   
 "aws-smithy-runtime-api",
  107    107   
 "aws-smithy-types",
  108    108   
 "aws-smithy-xml",
  109    109   
 "bytes",
  110    110   
 "futures-util",
  111    111   
 "http 0.2.12",
  112    112   
 "http-body",
  113    113   
 "hyper",
  114    114   
 "lambda_http",
  115    115   
 "mime",
  116    116   
 "nom",
  117    117   
 "pin-project-lite",
  118    118   
 "regex",
  119    119   
 "serde_urlencoded",
  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.6"
         130  +
version = "0.66.5"
  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",
  141    141   
 "lambda_http",
  142    142   
 "num_cpus",
  143    143   
 "parking_lot",
  144    144   
 "pin-project-lite",
  145    145   
 "pyo3",
  146    146   
 "pyo3-asyncio",
  147    147   
 "rustls-pemfile",
  148    148   
 "signal-hook",
  149    149   
 "socket2 0.5.10",
  150    150   
 "thiserror 2.0.17",
  151    151   
 "tls-listener",
  152    152   
 "tokio",
  153    153   
 "tokio-rustls",
  154    154   
 "tokio-stream",
  155    155   
 "tower",
  156    156   
 "tracing",
  157    157   
 "tracing-appender",
  158    158   
 "tracing-subscriber",
  159    159   
]
  160    160   
  161    161   
[[package]]
  162    162   
name = "aws-smithy-json"
  163         -
version = "0.61.8"
         163  +
version = "0.61.7"
  164    164   
dependencies = [
  165    165   
 "aws-smithy-types",
  166    166   
]
  167    167   
  168    168   
[[package]]
  169    169   
name = "aws-smithy-runtime-api"
  170         -
version = "1.9.3"
         170  +
version = "1.9.2"
  171    171   
dependencies = [
  172    172   
 "aws-smithy-async",
  173    173   
 "aws-smithy-types",
  174    174   
 "bytes",
  175    175   
 "http 0.2.12",
  176    176   
 "http 1.4.0",
  177    177   
 "pin-project-lite",
  178    178   
 "tokio",
  179    179   
 "tracing",
  180    180   
]
  181    181   
  182    182   
[[package]]
  183    183   
name = "aws-smithy-types"
  184         -
version = "1.3.5"
         184  +
version = "1.3.4"
  185    185   
dependencies = [
  186    186   
 "base64-simd",
  187    187   
 "bytes",
  188    188   
 "bytes-utils",
  189    189   
 "futures-core",
  190    190   
 "http 0.2.12",
  191    191   
 "http-body",
  192    192   
 "hyper",
  193    193   
 "itoa",
  194    194   
 "num-integer",
  195    195   
 "pin-project-lite",
  196    196   
 "pin-utils",
  197    197   
 "ryu",
  198    198   
 "serde",
  199    199   
 "time",
  200    200   
 "tokio",
  201    201   
 "tokio-util",
  202    202   
]
  203    203   
  204    204   
[[package]]
  205    205   
name = "aws-smithy-xml"
  206         -
version = "0.60.13"
         206  +
version = "0.60.12"
  207    207   
dependencies = [
  208    208   
 "xmlparser",
  209    209   
]
  210    210   
  211    211   
[[package]]
  212    212   
name = "aws_lambda_events"
  213    213   
version = "0.12.1"
  214    214   
source = "registry+https://github.com/rust-lang/crates.io-index"
  215    215   
checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
  216    216   
dependencies = [