Skip to content

Commit

Permalink
add setuptools (#4666)
Browse files Browse the repository at this point in the history
* add `setuptools`

* changelog
  • Loading branch information
dorschw authored Nov 14, 2024
1 parent 5a3016f commit a842a88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .changelog/4666.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: Fixed an issue where SDK commands would fail in some system setups.
type: fix
pr_number: 4666
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ toml = "^0.10.2"
werkzeug = "^2.2.0" # Added as mitmproxy8 -> flask<2.1
loguru = "^0.7.2"
pygithub = "^2.2.0"
setuptools = "^75.5.0"

[tool.poetry.extras]
build = ["gsutil"]
Expand All @@ -129,7 +130,7 @@ pytest-loguru = "^0.4.0"
[tool.poetry.group.types.dependencies]
types-requests = "^2.31.0.20240311"
types-mock = "^4.0.15"
types-setuptools = "^69.2.0.20240317"
types-setuptools = "^75"
types-ujson = "^5.6.0.0"
types-decorator = "^5.1.8"
types-toml = "^0.10.8.7"
Expand Down

0 comments on commit a842a88

Please sign in to comment.