Skip to content

Commit 36de463

Browse files
authored
Merge pull request #24 from nodestream-proj/feature/nodestream-0.14
feat: update nodestream to 0.14.0
2 parents 435b526 + 62f4058 commit 36de463

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "nodestream-plugin-neo4j"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = ""
55
authors = ["Zach Probst <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
neo4j = "^5.16.0"
11-
nodestream = "^0.13.0"
11+
nodestream = "^0.14.0"
1212
cymple = "^0.11.0"
1313

1414
[tool.poetry.group.dev.dependencies]

tests/e2e/project/airports.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- implementation: nodestream.pipeline.extractors:FileExtractor
2+
factory: local
23
arguments:
34
globs:
45
- tests/data/airport-codes.csv

tests/e2e/project/fifa_2021_player_data.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- implementation: nodestream.pipeline.extractors.files:FileExtractor
2+
factory: local
23
arguments:
34
globs:
45
- tests/data/fifa_2021_player_data.csv

0 commit comments

Comments
 (0)