From 9c69931c2d5a1dd18b7ea919044d56bf4f05148d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 02:35:23 +0000 Subject: [PATCH 1/4] chore(internal): detect missing future annotations with ruff --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9377043..1129aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -225,6 +225,8 @@ select = [ "B", # remove unused imports "F401", + # check for missing future annotations + "FA102", # bare except statements "E722", # unused arguments @@ -247,6 +249,8 @@ unfixable = [ "T203", ] +extend-safe-fixes = ["FA102"] + [tool.ruff.lint.flake8-tidy-imports.banned-api] "functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead" From a59f0f098c92b79876e407f5891c596f164ce88e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Oct 2025 00:33:35 +0000 Subject: [PATCH 2/4] Update sync state to eb222bc043408a8c17a8c261fa3c5f7d8274eecc --- .sync_state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync_state b/.sync_state index 09deafc..5e4cb00 100644 --- a/.sync_state +++ b/.sync_state @@ -1 +1 @@ -eb784943f5074ca7dbee7bd98865a25b164ac332 +eb222bc043408a8c17a8c261fa3c5f7d8274eecc From 4ea4d4a89eef2517315b3ca1b5ffc2220ed717bf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:22:34 +0000 Subject: [PATCH 3/4] chore(internal): codegen related update --- pyproject.toml | 2 +- requirements-dev.lock | 2 +- requirements.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1129aa1..12cfe35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Homepage = "https://github.com/lmnt-com/lmnt-python" Repository = "https://github.com/lmnt-com/lmnt-python" [project.optional-dependencies] -aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"] +aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"] [tool.rye] managed = true diff --git a/requirements-dev.lock b/requirements-dev.lock index f459af0..4318b13 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -56,7 +56,7 @@ httpx==0.28.1 # via httpx-aiohttp # via lmnt # via respx -httpx-aiohttp==0.1.8 +httpx-aiohttp==0.1.9 # via lmnt idna==3.4 # via anyio diff --git a/requirements.lock b/requirements.lock index 0ca15f4..db475bb 100644 --- a/requirements.lock +++ b/requirements.lock @@ -43,7 +43,7 @@ httpcore==1.0.9 httpx==0.28.1 # via httpx-aiohttp # via lmnt -httpx-aiohttp==0.1.8 +httpx-aiohttp==0.1.9 # via lmnt idna==3.4 # via anyio From ddbf5f7bf68243fccc3ae155e98e607947a9aaaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Oct 2025 00:36:29 +0000 Subject: [PATCH 4/4] Update sync state to b97bc0fbd780e1d639a90660afd4ff0028a6ffed --- .sync_state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync_state b/.sync_state index 5e4cb00..0f1c0d2 100644 --- a/.sync_state +++ b/.sync_state @@ -1 +1 @@ -eb222bc043408a8c17a8c261fa3c5f7d8274eecc +b97bc0fbd780e1d639a90660afd4ff0028a6ffed