toposync-streaming 0.5.2__tar.gz → 0.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {toposync_streaming-0.5.2 → toposync_streaming-0.6.0}/PKG-INFO +3 -3
- {toposync_streaming-0.5.2 → toposync_streaming-0.6.0}/pyproject.toml +3 -3
- {toposync_streaming-0.5.2 → toposync_streaming-0.6.0}/.gitignore +0 -0
- {toposync_streaming-0.5.2 → toposync_streaming-0.6.0}/LICENSE +0 -0
- {toposync_streaming-0.5.2 → toposync_streaming-0.6.0}/README.md +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: toposync-streaming
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Toposync application bundle with the optional first-party streaming stack.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Requires-Python: >=3.11
|
|
8
|
-
Requires-Dist: toposync-ext-streaming==0.
|
|
9
|
-
Requires-Dist: toposync==0.
|
|
8
|
+
Requires-Dist: toposync-ext-streaming==0.3.0
|
|
9
|
+
Requires-Dist: toposync==0.6.0
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
12
|
# Toposync Streaming bundle
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "toposync-streaming"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.6.0"
|
|
4
4
|
description = "Toposync application bundle with the optional first-party streaming stack."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
7
7
|
license-files = ["LICENSE"]
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"toposync==0.
|
|
11
|
-
"toposync-ext-streaming==0.
|
|
10
|
+
"toposync==0.6.0",
|
|
11
|
+
"toposync-ext-streaming==0.3.0",
|
|
12
12
|
]
|
|
13
13
|
|
|
14
14
|
[build-system]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|