Skip to content

Commit

Permalink
chore: update SDK version to 0.6.0 (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid authored Dec 18, 2023
1 parent e6e1261 commit d18caf7
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/map/even_odd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/map/flatmap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"


[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/map/forward_message/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/map/multiproc_map/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/mapstream/flatmap_stream/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/reduce/asyncio-reduce/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"
aiorun = "^2022.11.1"
aiohttp = "~3.8.4"
asyncio = "~3.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/reduce/counter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"
aiorun = "^2022.11.1"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/sideinput/simple-sideinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.1"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/sideinput/simple-sideinput/udf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.1"
pynumaflow = "~0.6.0"
watchfiles = "~0.20.0"
watchdog = "~0.8.2"

Expand Down
2 changes: 1 addition & 1 deletion examples/sink/async_log/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/sink/log/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion examples/source/async-source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.5"
pynumaflow = "~0.6.0"
aiorun = "^2023.7"


Expand Down
2 changes: 1 addition & 1 deletion examples/source/simple-source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.5.5"
pynumaflow = "~0.6.0"


[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/sourcetransform/event_time_filter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "mapt_event_time_filter"}]

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
pynumaflow = "~0.5.0"
pynumaflow = "~0.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pynumaflow"
version = "0.5.4"
version = "0.6.0"
description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow."
authors = ["NumaFlow Developers"]
readme = "README.md"
Expand Down

0 comments on commit d18caf7

Please sign in to comment.