diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 0f7a018..9b09914 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68.0", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -18,7 +18,7 @@ classifiers = [ ] [project.optional-dependencies] -dev = ["pytest>=7.0", "pytest-cov", "mypy", "ruff", "pyright>=1.1.390"] +dev = ["pytest>=9.1.1", "pytest-cov", "mypy", "ruff", "pyright>=1.1.411"] [tool.setuptools.packages.find] include = ["agenttrace*"] diff --git a/sdk/requirements.txt b/sdk/requirements.txt index cb70892..cfb8ced 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ -pytest>=7.0 +pytest>=9.1.1 pytest-cov mypy ruff