Skip to content

Commit d3dfda4

Browse files
committed
Adding in semversioner output
1 parent 71482ad commit d3dfda4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Adding escape and quote characters to the pandas read_csv logic used by the csv file loader."
4+
}

poetry.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ tenacity = "^9.0.0"
9090
json-repair = "^0.30.3"
9191
tqdm = "^4.67.1"
9292
httpx = "^0.28.1"
93+
semversioner = "^2.0.5"
9394

9495
[tool.poetry.group.dev.dependencies]
9596
coverage = "^7.6.9"

0 commit comments

Comments
 (0)