diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aa542c9..6d4230e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,8 @@ "ms-azuretools.vscode-docker", "eamodio.gitlens", "GitHub.copilot", - "bmewburn.vscode-intelephense-client" + "bmewburn.vscode-intelephense-client", + "anthropic.claude-code" ], "settings": { "terminal.integrated.defaultProfile.linux": "zsh", diff --git a/pyproject.toml b/pyproject.toml index 3e70fbc..cbe7650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ maintainers = [ license = {file = "LICENSE"} urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"} dependencies = [ - "docutils>=0.23,<1", + "docutils>=0.23", "pdoc3>=0.11.6", - "pytest-cov>=7.1.0,<8", + "pytest-cov>=7.1.0", "twine>=6.2.0,<7", "black>=26.5.1,<27", "idna>=3.18"