Skip to content

Commit 8f2ef43

Browse files
committed
adapt lxml, ignore version file
1 parent 4502c9f commit 8f2ef43

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sdk/test/adapter/schemas
2929
# Ignore dynamically generated version file
3030
sdk/basyx/version.py
3131
compliance_tool/aas_compliance_tool/version.py
32+
server/app/version.py
3233

3334
# ignore the content of the server storage
3435
server/storage/

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9"
3838
dependencies = [
39-
"lxml>=4.2,<5",
39+
"lxml>=5.3",
4040
"python-dateutil>=2.8,<3",
4141
"pyecma376-2>=1.0.1"
4242
]

server/app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
# ```
1919
root = ".." # Defines the path to the root of the repository

0 commit comments

Comments
 (0)