Skip to content

Commit

Permalink
Merge pull request #52 from streamsync-cloud/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ramedina86 authored Jul 11, 2023
2 parents c614e11 + f5cb745 commit 5decf99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = ["data apps", "gui", "ui"]
license = { text = "Apache 2.0" }
classifiers = ["Development Status :: 4 - Beta"]
dependencies = [
"pydantic == 1.10.11",
"fastapi >= 0.89.1, < 1",
"websockets >= 10.4, < 11",
"uvicorn >= 0.20.0, < 1",
Expand All @@ -28,6 +29,7 @@ ds = [
]
test = [
"pandas >= 1.5.3, < 2",
"pyarrow >= 12.0.0, < 13.0.0",
"plotly-express >= 0.4.1, < 1",
"pytest-asyncio >= 0.21.0, < 1",
"pytest >= 7.0.0, < 8",
Expand All @@ -36,6 +38,7 @@ test = [
]
build = [
"pandas >= 1.5.3, < 2",
"pyarrow >= 12.0.0, < 13.0.0",
"plotly-express >= 0.4.1, < 1",
"build >= 0.7.0, < 1",
"mypy >= 1.2.0, < 2",
Expand All @@ -44,7 +47,6 @@ build = [
"pytest-asyncio >= 0.21.0, < 1",
"altair >= 4.1.0, < 5",
"httpx >= 0.18.2, < 1",
"build >= 0.10.0, < 1"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/streamsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from streamsync.core import Readable, FileWrapper, BytesWrapper, Config
from streamsync.core import initial_state, component_manager, session_manager, session_verifier

VERSION = "0.1.9"
VERSION = "0.1.10"

component_manager
session_manager
Expand Down

0 comments on commit 5decf99

Please sign in to comment.