vention-communication 0.3.6__tar.gz → 0.3.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vention-communication
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: A framework for communication between machine apps and other services.
5
5
  License: Proprietary
6
6
  Author: VentionCo
@@ -8,22 +8,8 @@ Requires-Python: >=3.10,<3.11
8
8
  Classifier: License :: Other/Proprietary License
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.10
11
- Requires-Dist: annotated-doc (==0.0.4) ; python_version == "3.10"
12
- Requires-Dist: annotated-types (==0.7.0) ; python_version == "3.10"
13
- Requires-Dist: anyio (==4.11.0) ; python_version == "3.10"
14
- Requires-Dist: click (==8.1.8) ; python_version == "3.10"
15
- Requires-Dist: colorama (==0.4.6) ; python_version == "3.10" and platform_system == "Windows"
16
- Requires-Dist: exceptiongroup (==1.3.0) ; python_version == "3.10"
17
- Requires-Dist: fastapi (==0.121.1) ; python_version == "3.10"
18
- Requires-Dist: h11 (==0.16.0) ; python_version == "3.10"
19
- Requires-Dist: idna (==3.11) ; python_version == "3.10"
20
- Requires-Dist: pydantic (==2.12.3) ; python_version == "3.10"
21
- Requires-Dist: pydantic-core (==2.41.4) ; python_version == "3.10"
22
- Requires-Dist: sniffio (==1.3.1) ; python_version == "3.10"
23
- Requires-Dist: starlette (==0.48.0) ; python_version == "3.10"
24
- Requires-Dist: typing-extensions (==4.15.0) ; python_version == "3.10"
25
- Requires-Dist: typing-inspection (==0.4.2) ; python_version == "3.10"
26
- Requires-Dist: uvicorn (==0.35.0) ; python_version == "3.10"
11
+ Requires-Dist: fastapi (==0.121.1)
12
+ Requires-Dist: uvicorn (>=0.35.0,<0.36.0)
27
13
  Description-Content-Type: text/markdown
28
14
 
29
15
  # Vention Communication
@@ -0,0 +1,19 @@
1
+ [tool.poetry]
2
+ name = "vention-communication"
3
+ version = "0.3.7"
4
+ description = "A framework for communication between machine apps and other services."
5
+ authors = [ "VentionCo" ]
6
+ readme = "README.md"
7
+ license = "Proprietary"
8
+
9
+ [[tool.poetry.packages]]
10
+ include = "communication"
11
+ from = "src"
12
+
13
+ [tool.poetry.dependencies]
14
+ python = ">=3.10,<3.11"
15
+ fastapi = "0.121.1"
16
+ uvicorn = "^0.35.0"
17
+
18
+ [tool.poetry.group.dev]
19
+ dependencies = { }
@@ -1,100 +0,0 @@
1
- [tool.poetry]
2
- name = "vention-communication"
3
- version = "0.3.6"
4
- description = "A framework for communication between machine apps and other services."
5
- authors = [ "VentionCo" ]
6
- readme = "README.md"
7
- license = "Proprietary"
8
-
9
- [[tool.poetry.packages]]
10
- include = "communication"
11
- from = "src"
12
-
13
- [tool.poetry.build]
14
- generate-setup-file = false
15
-
16
- [tool.poetry.dependencies]
17
- python = ">=3.10,<3.11"
18
-
19
- [tool.poetry.dependencies.annotated-doc]
20
- version = "0.0.4"
21
- markers = 'python_version == "3.10"'
22
- optional = false
23
-
24
- [tool.poetry.dependencies.annotated-types]
25
- version = "0.7.0"
26
- markers = 'python_version == "3.10"'
27
- optional = false
28
-
29
- [tool.poetry.dependencies.anyio]
30
- version = "4.11.0"
31
- markers = 'python_version == "3.10"'
32
- optional = false
33
-
34
- [tool.poetry.dependencies.click]
35
- version = "8.1.8"
36
- markers = 'python_version == "3.10"'
37
- optional = false
38
-
39
- [tool.poetry.dependencies.colorama]
40
- version = "0.4.6"
41
- markers = 'python_version == "3.10" and platform_system == "Windows"'
42
- optional = false
43
-
44
- [tool.poetry.dependencies.exceptiongroup]
45
- version = "1.3.0"
46
- markers = 'python_version == "3.10"'
47
- optional = false
48
-
49
- [tool.poetry.dependencies.fastapi]
50
- version = "0.121.1"
51
- markers = 'python_version == "3.10"'
52
- optional = false
53
-
54
- [tool.poetry.dependencies.h11]
55
- version = "0.16.0"
56
- markers = 'python_version == "3.10"'
57
- optional = false
58
-
59
- [tool.poetry.dependencies.idna]
60
- version = "3.11"
61
- markers = 'python_version == "3.10"'
62
- optional = false
63
-
64
- [tool.poetry.dependencies.pydantic-core]
65
- version = "2.41.4"
66
- markers = 'python_version == "3.10"'
67
- optional = false
68
-
69
- [tool.poetry.dependencies.pydantic]
70
- version = "2.12.3"
71
- markers = 'python_version == "3.10"'
72
- optional = false
73
-
74
- [tool.poetry.dependencies.sniffio]
75
- version = "1.3.1"
76
- markers = 'python_version == "3.10"'
77
- optional = false
78
-
79
- [tool.poetry.dependencies.starlette]
80
- version = "0.48.0"
81
- markers = 'python_version == "3.10"'
82
- optional = false
83
-
84
- [tool.poetry.dependencies.typing-extensions]
85
- version = "4.15.0"
86
- markers = 'python_version == "3.10"'
87
- optional = false
88
-
89
- [tool.poetry.dependencies.typing-inspection]
90
- version = "0.4.2"
91
- markers = 'python_version == "3.10"'
92
- optional = false
93
-
94
- [tool.poetry.dependencies.uvicorn]
95
- version = "0.35.0"
96
- markers = 'python_version == "3.10"'
97
- optional = false
98
-
99
- [tool.poetry.group.dev]
100
- dependencies = { }