Skip to content

Commit

Permalink
Merge branch 'main' into fix-3xx-responses
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Jan 29, 2025
2 parents e8ac2dc + 01643df commit 0d8ffb3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/abstractions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ opentelemetry-sdk = ">=1.27.0"

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ opentelemetry-sdk = ">=1.27.0"

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/http/httpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ httpx = {extras = ["http2"], version = ">=0.25,<1.0.0"}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/form/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/json/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/text/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down

0 comments on commit 0d8ffb3

Please sign in to comment.