File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ sdk/test/adapter/schemas
2929# Ignore dynamically generated version file
3030sdk /basyx /version.py
3131compliance_tool /aas_compliance_tool /version.py
32+ server /app /version.py
3233
3334# ignore the content of the server storage
3435server /storage /
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
3636]
3737requires-python = " >=3.9"
3838dependencies = [
39- " lxml>=4.2,<5 " ,
39+ " lxml>=5.3 " ,
4040 " python-dateutil>=2.8,<3" ,
4141 " pyecma376-2>=1.0.1"
4242]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313# - Allows for automatic versioning between releases (e.g., 1.0.1.dev4+g12345)
1414# If you want to use the version anywhere in the code, use
1515# ```
16- # from basyx .version import version
16+ # from app .version import version
1717# print(f"Project version: {version}")
1818# ```
1919root = " .." # Defines the path to the root of the repository
You can’t perform that action at this time.
0 commit comments