Skip to content

Commit 44d73c7

Browse files
build: lock all dependency versions
1 parent a698de2 commit 44d73c7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ packages = [
3030
]
3131

3232
[tool.poetry.dependencies]
33-
python = ">=3.10,<3.13"
33+
python = ">=3.10,<3.13" # breaking changes beyond 3.12
3434
boto3 = ">=1.34.162,<1.36" # breaking change beyond 1.36
3535
botocore = ">=1.34.162,<1.36" # breaking change beyond 1.36
3636
delta-spark = "2.4.*"
37-
duckdb = "1.1.*" # breaking changes beyond 1.1
38-
Jinja2 = "3.1.*"
39-
lxml = "^4.9.1"
37+
duckdb = "1.1.3" # breaking changes beyond 1.1
38+
Jinja2 = "3.1.6"
39+
lxml = "4.9.4"
4040
numpy = "1.26.4"
41-
openpyxl = "^3.1"
42-
pandas = "^2.2.2"
43-
polars = "0.20.*"
44-
pyarrow = "^17.0.0"
41+
openpyxl = "3.1.5"
42+
pandas = "2.3.3"
43+
polars = "0.20.31"
44+
pyarrow = "17.0.0"
4545
pydantic = "1.10.19"
4646
pyspark = "3.4.*"
47-
typing_extensions = "^4.6.2"
47+
typing_extensions = "4.15.0"
4848

4949
[tool.poetry.group.dev]
5050
optional = true
@@ -100,7 +100,7 @@ optional = true
100100

101101
[tool.poetry.group.docs.dependencies]
102102
click = "8.2.1"
103-
mkdocs = "^1.6.1"
103+
mkdocs = "1.6.1"
104104
mkdocstrings = { version = "1.0.3", extras = ["python"] }
105105
griffelib = "2.0.1"
106106
pymdown-extensions = "10.21.2"

0 commit comments

Comments
 (0)