From 9bce5c6584eb42c06b18dad36d6f54b589da5b1f Mon Sep 17 00:00:00 2001 From: Karthic Hariharan Date: Fri, 13 Feb 2026 13:37:34 -0600 Subject: [PATCH 1/2] chore: move boto3-stubs to dev dependencies --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7586d3a3..e504f8a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -82,7 +82,7 @@ version = "1.42.48" description = "Type annotations for boto3 1.42.48 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" -groups = ["main"] +groups = ["dev"] files = [ {file = "boto3_stubs-1.42.48-py3-none-any.whl", hash = "sha256:8757768d1379283afebced52b1b8408ec9bcc7615f986086f3978f8415f98b00"}, {file = "boto3_stubs-1.42.48.tar.gz", hash = "sha256:99abf298a95ec4f5bef3da6b6211c032fe2bff7d3741bb5f6ae719730da9f799"}, @@ -539,7 +539,7 @@ version = "1.38.30" description = "Type annotations and code completion for botocore" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "botocore_stubs-1.38.30-py3-none-any.whl", hash = "sha256:2efb8bdf36504aff596c670d875d8f7dd15205277c15c4cea54afdba8200c266"}, {file = "botocore_stubs-1.38.30.tar.gz", hash = "sha256:291d7bf39a316c00a8a55b7255489b02c0cea1a343482e7784e8d1e235bae995"}, @@ -2332,7 +2332,7 @@ version = "0.27.2" description = "Type annotations and code completion for awscrt" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "types_awscrt-0.27.2-py3-none-any.whl", hash = "sha256:49a045f25bbd5ad2865f314512afced933aed35ddbafc252e2268efa8a787e4e"}, {file = "types_awscrt-0.27.2.tar.gz", hash = "sha256:acd04f57119eb15626ab0ba9157fc24672421de56e7bd7b9f61681fedee44e91"}, @@ -2793,7 +2793,7 @@ version = "0.13.0" description = "Type annotations and code completion for s3transfer" optional = false python-versions = ">=3.8" -groups = ["main", "test"] +groups = ["dev", "test"] files = [ {file = "types_s3transfer-0.13.0-py3-none-any.whl", hash = "sha256:79c8375cbf48a64bff7654c02df1ec4b20d74f8c5672fc13e382f593ca5565b3"}, {file = "types_s3transfer-0.13.0.tar.gz", hash = "sha256:203dadcb9865c2f68fb44bc0440e1dc05b79197ba4a641c0976c26c9af75ef52"}, @@ -2945,4 +2945,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" +content-hash = "58a5c29a5d6bfd5a0e79719bb12e63b36f3c30ecd19895bfcf803855bc911a2a" diff --git a/pyproject.toml b/pyproject.toml index 3b7efdbd..c234332d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ types_aws_xray_sdk = "^2.13.0" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" requests = "^2.32.2" -boto3-stubs = ">=1.37.38,<1.43.0" [tool.poetry.group.dev.dependencies] mypy = "^1.9.0" @@ -46,6 +45,7 @@ psycopg-binary = "^3.3.1" mysql-connector-python = "^9.5.0" django = "^5.0" django-stubs = "^5.2.8" +boto3-stubs = "^1.42.48" [tool.poetry.group.test.dependencies] boto3 = "^1.34.111" From 3795f47ea233a9f8c5630edf54034ce1c16acbc8 Mon Sep 17 00:00:00 2001 From: Karthic Hariharan Date: Fri, 13 Feb 2026 13:42:43 -0600 Subject: [PATCH 2/2] chore: matching version constraint to original change --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e504f8a4..a6452ae2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2945,4 +2945,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "58a5c29a5d6bfd5a0e79719bb12e63b36f3c30ecd19895bfcf803855bc911a2a" +content-hash = "70c8a0bfeaac239e1bebd7ed927ec679d842e5a9979c0990da8402437e782b05" diff --git a/pyproject.toml b/pyproject.toml index c234332d..39e44c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ psycopg-binary = "^3.3.1" mysql-connector-python = "^9.5.0" django = "^5.0" django-stubs = "^5.2.8" -boto3-stubs = "^1.42.48" +boto3-stubs = ">=1.37.38,<1.43.0" [tool.poetry.group.test.dependencies] boto3 = "^1.34.111"