Skip to content

Commit

Permalink
sdk: Update version of pyecma dependency in pyproject.toml
Browse files Browse the repository at this point in the history
This updates the minimum version of the dependency `pyecma376` in the `pyproject.toml`, ensuring that our AASX files allow for spaces in file names. 

Fixes #236
  • Loading branch information
s-heppner committed Jan 20, 2025
1 parent 933b9fa commit 789cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"lxml>=4.2,<5",
"python-dateutil>=2.8,<3",
"types-python-dateutil",
"pyecma376-2>=0.2.4",
"pyecma376-2>=1.0.1",
"urllib3>=1.26,<3",
"Werkzeug>=3.0.3,<4",
"schemathesis~=3.7",
Expand Down

0 comments on commit 789cb4b

Please sign in to comment.