Skip to content

Commit edf91e1

Browse files
authored
fix: explictely require packaging (#4508)
1 parent a392953 commit edf91e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ workflows:
9797
mapping: |
9898
web/client/.* client true
9999
(sqlmesh|tests|examples|web/server)/.* python true
100-
pytest.ini|setup.cfg|setup.py python true
100+
pytest.ini|setup.cfg|setup.py|pyproject.toml python true
101101
\.circleci/.*|Makefile|\.pre-commit-config\.yaml common true
102102
vscode/extensions/.* vscode true
103103
tag: "3.9"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"importlib-metadata; python_version<'3.12'",
1717
"ipywidgets",
1818
"jinja2",
19+
"packaging",
1920
"pandas",
2021
"pydantic>=2.0.0",
2122
"requests",

0 commit comments

Comments
 (0)