Skip to content

Commit ef5e930

Browse files
committed
Cleaning up dependencies and fixing GIT_TOKEN in upgrade workflow
1 parent fa765e2 commit ef5e930

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/workflows/update_speakeasy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--label speakeasy-update \
103103
--assignee ${{ github.actor }}
104104
env:
105-
GITHUB_TOKEN: ${{ secrets.SPEAKEASY_WORKFLOW_GITHUB_PAT }}
105+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106

107107
- name: Comment on workflow run
108108
if: steps.check-changes.outputs.has_changes == 'false'

packages/mistralai_azure/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ dev = [
1919
"pytest>=8.2.2,<9",
2020
"pytest-asyncio>=0.23.7,<0.24",
2121
]
22-
lint = [
23-
"ruff>=0.11.10,<0.12",
24-
"pyright>=1.1.401,<2",
25-
"mypy==1.15.0",
26-
]
2722

2823
[tool.setuptools.package-data]
2924
"*" = ["py.typed", "src/mistralai_azure/py.typed"]

packages/mistralai_gcp/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ dev = [
2424
"pytest-asyncio>=0.23.7,<0.24",
2525
"types-python-dateutil>=2.9.0.20240316,<3",
2626
]
27-
lint = [
28-
"ruff>=0.11.10,<0.12",
29-
"pyright>=1.1.401,<2",
30-
"mypy==1.15.0",
31-
]
3227

3328
[tool.setuptools.package-data]
3429
"*" = ["py.typed", "src/mistralai_gcp/py.typed"]

0 commit comments

Comments
 (0)