Skip to content

Commit f7039b4

Browse files
Merge pull request #434 from pieces-app/fix-missing-deps
fix missing deps
2 parents 8c05ea3 + c056338 commit f7039b4

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

.github/workflows/update-sdks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
9999
- name: Add missing method for the missing enums
100100
run: |
101+
pip install poetry
102+
poetry install
101103
PYTHONPATH="${PYTHONPATH}:${PWD}/src" python sdk_patch.py
102104
103105
- name: Create Pull Request

poetry.lock

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ platformdirs = "^4.2.0"
3636
pyyaml = "^6.0.2"
3737
mcp = "1.17.0"
3838
pydantic = "2.12.0"
39+
sentry-sdk = "^2.34.1"
3940

4041
## POS dependencies
4142
urllib3 = ">= 2.5.0"
4243
python-dateutil = ">=2.8.2"
43-
aenum = ">=3.1.11"
44+
typing-extensions = ">= 4.7.1"
4445
websocket-client = "^1.8.0"
45-
sentry-sdk = "^2.34.1"
4646

4747
[tool.poetry.group.dev.dependencies]
4848
pytest = "^8.0.0"

0 commit comments

Comments
 (0)