Skip to content

Commit 11e1289

Browse files
authored
Merge pull request #4 from nodestream-proj/feature/nodestream-0.14
feat: update nodestream to 0.14.0
2 parents 817b278 + deabec3 commit 11e1289

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

Lines changed: 9 additions & 5 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,6 +1,6 @@
11
[tool.poetry]
22
name = "nodestream-plugin-meta"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "A plugin to nodestream for building a graph of the schema of the graph."
55
authors = ["Zach Probst <[email protected]>"]
66
packages = [{include = "nodestream_plugin_meta"}]
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.10"
26-
nodestream = "^0.13.0"
26+
nodestream = "^0.14.0"
2727

2828
[tool.ruff]
2929
# Allow lines to be as long as 120.

0 commit comments

Comments
 (0)