Server Test Python

Server Test Python

rev. 7114d5b8c78976de80a29610fc421a2271ca7325

Files changed:

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

@@ -85,85 +194,194 @@
  105    105   
 "http 1.3.1",
  106    106   
 "http-body",
  107    107   
 "percent-encoding",
  108    108   
 "pin-project-lite",
  109    109   
 "pin-utils",
  110    110   
 "tracing",
  111    111   
]
  112    112   
  113    113   
[[package]]
  114    114   
name = "aws-smithy-http-server"
  115         -
version = "0.65.2"
         115  +
version = "0.65.3"
  116    116   
dependencies = [
  117    117   
 "aws-smithy-cbor",
  118    118   
 "aws-smithy-http",
  119    119   
 "aws-smithy-json",
  120    120   
 "aws-smithy-runtime-api",
  121    121   
 "aws-smithy-types",
  122    122   
 "aws-smithy-xml",
  123    123   
 "bytes",
  124    124   
 "futures-util",
  125    125   
 "http 0.2.12",
  126    126   
 "http-body",
  127    127   
 "hyper",
  128    128   
 "lambda_http",
  129    129   
 "mime",
  130    130   
 "nom",
  131    131   
 "pin-project-lite",
  132    132   
 "regex",
  133    133   
 "serde_urlencoded",
  134         -
 "thiserror",
         134  +
 "thiserror 2.0.12",
  135    135   
 "tokio",
  136    136   
 "tower",
  137    137   
 "tower-http",
  138    138   
 "tracing",
  139    139   
 "uuid",
  140    140   
]
  141    141   
  142    142   
[[package]]
  143    143   
name = "aws-smithy-http-server-python"
  144         -
version = "0.65.0"
         144  +
version = "0.65.1"
  145    145   
dependencies = [
  146    146   
 "aws-smithy-http",
  147    147   
 "aws-smithy-http-server",
  148    148   
 "aws-smithy-json",
  149    149   
 "aws-smithy-types",
  150    150   
 "aws-smithy-xml",
  151    151   
 "bytes",
  152    152   
 "futures",
  153    153   
 "http 0.2.12",
  154    154   
 "hyper",
  155    155   
 "lambda_http",
  156    156   
 "num_cpus",
  157    157   
 "parking_lot",
  158    158   
 "pin-project-lite",
  159    159   
 "pyo3",
  160    160   
 "pyo3-asyncio",
  161    161   
 "rustls-pemfile",
  162    162   
 "signal-hook",
  163    163   
 "socket2",
  164         -
 "thiserror",
         164  +
 "thiserror 2.0.12",
  165    165   
 "tls-listener",
  166    166   
 "tokio",
  167    167   
 "tokio-rustls",
  168    168   
 "tokio-stream",
  169    169   
 "tower",
  170    170   
 "tracing",
  171    171   
 "tracing-appender",
  172    172   
 "tracing-subscriber",
  173    173   
]
  174    174   
@@ -1893,1893 +2027,2047 @@
 1913   1913   
version = "0.12.16"
 1914   1914   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1915   1915   
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 1916   1916   
 1917   1917   
[[package]]
 1918   1918   
name = "thiserror"
 1919   1919   
version = "1.0.69"
 1920   1920   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1921   1921   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 1922   1922   
dependencies = [
 1923         -
 "thiserror-impl",
        1923  +
 "thiserror-impl 1.0.69",
        1924  +
]
        1925  +
        1926  +
[[package]]
        1927  +
name = "thiserror"
        1928  +
version = "2.0.12"
        1929  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1930  +
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
        1931  +
dependencies = [
        1932  +
 "thiserror-impl 2.0.12",
 1924   1933   
]
 1925   1934   
 1926   1935   
[[package]]
 1927   1936   
name = "thiserror-impl"
 1928   1937   
version = "1.0.69"
 1929   1938   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1930   1939   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 1931   1940   
dependencies = [
 1932   1941   
 "proc-macro2",
 1933   1942   
 "quote",
 1934   1943   
 "syn 2.0.101",
 1935   1944   
]
 1936   1945   
        1946  +
[[package]]
        1947  +
name = "thiserror-impl"
        1948  +
version = "2.0.12"
        1949  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1950  +
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
        1951  +
dependencies = [
        1952  +
 "proc-macro2",
        1953  +
 "quote",
        1954  +
 "syn 2.0.101",
        1955  +
]
        1956  +
 1937   1957   
[[package]]
 1938   1958   
name = "thread_local"
 1939   1959   
version = "1.1.8"
 1940   1960   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1941   1961   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 1942   1962   
dependencies = [
 1943   1963   
 "cfg-if",
 1944   1964   
 "once_cell",
 1945   1965   
]
 1946   1966   
 1947   1967   
[[package]]
 1948   1968   
name = "time"
 1949   1969   
version = "0.3.41"
 1950   1970   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1951   1971   
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
 1952   1972   
dependencies = [
 1953   1973   
 "deranged",
 1954   1974   
 "itoa",
 1955   1975   
 "num-conv",
 1956   1976   
 "powerfmt",
 1957   1977   
 "serde",
 1958   1978   
 "time-core",
 1959   1979   
 "time-macros",
 1960   1980   
]
 1961   1981   
 1962   1982   
[[package]]
 1963   1983   
name = "time-core"
 1964   1984   
version = "0.1.4"
 1965   1985   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1966   1986   
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
 1967   1987   
 1968   1988   
[[package]]
 1969   1989   
name = "time-macros"
 1970   1990   
version = "0.2.22"
 1971   1991   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1972   1992   
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
 1973   1993   
dependencies = [
 1974   1994   
 "num-conv",
 1975   1995   
 "time-core",
 1976   1996   
]
 1977   1997   
 1978   1998   
[[package]]
 1979   1999   
name = "tinystr"
 1980   2000   
version = "0.8.1"
 1981   2001   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1982   2002   
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
 1983   2003   
dependencies = [
 1984   2004   
 "displaydoc",
 1985   2005   
 "zerovec",
 1986   2006   
]
 1987   2007   
 1988   2008   
[[package]]
 1989   2009   
name = "tls-listener"
 1990   2010   
version = "0.7.0"
 1991   2011   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1992   2012   
checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
 1993   2013   
dependencies = [
 1994   2014   
 "futures-util",
 1995   2015   
 "hyper",
 1996   2016   
 "pin-project-lite",
 1997         -
 "thiserror",
        2017  +
 "thiserror 1.0.69",
 1998   2018   
 "tokio",
 1999   2019   
 "tokio-rustls",
 2000   2020   
]
 2001   2021   
 2002   2022   
[[package]]
 2003   2023   
name = "tokio"
 2004   2024   
version = "1.45.1"
 2005   2025   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2006   2026   
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
 2007   2027   
dependencies = [
@@ -2100,2120 +2160,2180 @@
 2120   2140   
 "tracing-core",
 2121   2141   
]
 2122   2142   
 2123   2143   
[[package]]
 2124   2144   
name = "tracing-appender"
 2125   2145   
version = "0.2.3"
 2126   2146   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2127   2147   
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
 2128   2148   
dependencies = [
 2129   2149   
 "crossbeam-channel",
 2130         -
 "thiserror",
        2150  +
 "thiserror 1.0.69",
 2131   2151   
 "time",
 2132   2152   
 "tracing-subscriber",
 2133   2153   
]
 2134   2154   
 2135   2155   
[[package]]
 2136   2156   
name = "tracing-attributes"
 2137   2157   
version = "0.1.28"
 2138   2158   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2139   2159   
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
 2140   2160   
dependencies = [