From 3ab1ac00e9507013a1861e23dc632ed4bfd16c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:21:09 +0000 Subject: [PATCH] Update types-setuptools requirement Updates the requirements on [types-setuptools](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 81.0.0.20260209 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 432da54b7..a59a990e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" dev = [ "mypy~=1.18.0", "ruff~=0.14.5", - "types-setuptools~=80.9.0.20250822", + "types-setuptools>=80.9.0.20250822,<81.0.1.0", "types-Authlib~=1.6.5.20251005", "jaraco-context~=6.1.0", "filelock~=3.20.3; python_version >= '3.10'",