waldiez 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl
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.
Potentially problematic release.
This version of waldiez might be problematic. Click here for more details.
- waldiez/_version.py +1 -1
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/METADATA +8 -8
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/RECORD +7 -7
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/WHEEL +0 -0
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/entry_points.txt +0 -0
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/licenses/LICENSE +0 -0
- {waldiez-0.5.0.dist-info → waldiez-0.5.1.dist-info}/licenses/NOTICE.md +0 -0
waldiez/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: waldiez
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Dynamic: Keywords
|
|
5
5
|
Summary: Make AG2 Agents Collaborate: Drag, Drop, and Orchestrate with Waldiez.
|
|
6
6
|
Project-URL: Homepage, https://waldiez.io
|
|
@@ -37,7 +37,7 @@ Requires-Dist: graphviz<=0.21
|
|
|
37
37
|
Requires-Dist: httpx<1
|
|
38
38
|
Requires-Dist: jupytext
|
|
39
39
|
Requires-Dist: nest-asyncio==1.6.0
|
|
40
|
-
Requires-Dist: numpy<=2.3.
|
|
40
|
+
Requires-Dist: numpy<=2.3.1
|
|
41
41
|
Requires-Dist: pandas>=2
|
|
42
42
|
Requires-Dist: parso==0.8.4
|
|
43
43
|
Requires-Dist: pillow
|
|
@@ -109,9 +109,9 @@ Requires-Dist: autoflake==2.3.1; extra == 'dev'
|
|
|
109
109
|
Requires-Dist: bandit==1.8.5; extra == 'dev'
|
|
110
110
|
Requires-Dist: black[jupyter]==25.1.0; extra == 'dev'
|
|
111
111
|
Requires-Dist: build==1.2.2.post1; extra == 'dev'
|
|
112
|
-
Requires-Dist: fakeredis
|
|
113
|
-
Requires-Dist: fastjsonschema>=2.21; extra == 'dev'
|
|
114
|
-
Requires-Dist: flake8==7.
|
|
112
|
+
Requires-Dist: fakeredis>=2.30; extra == 'dev'
|
|
113
|
+
Requires-Dist: fastjsonschema>=2.21.1; extra == 'dev'
|
|
114
|
+
Requires-Dist: flake8==7.3.0; extra == 'dev'
|
|
115
115
|
Requires-Dist: hatchling==1.27.0; extra == 'dev'
|
|
116
116
|
Requires-Dist: jsonschema==4.24.0; extra == 'dev'
|
|
117
117
|
Requires-Dist: jupyter-server==2.16.0; extra == 'dev'
|
|
@@ -157,15 +157,15 @@ Requires-Dist: natsort==8.4.0; extra == 'docs'
|
|
|
157
157
|
Provides-Extra: jupyter
|
|
158
158
|
Requires-Dist: jupyter-server==2.16.0; extra == 'jupyter'
|
|
159
159
|
Requires-Dist: jupyterlab<5.0,>=4.3.0; extra == 'jupyter'
|
|
160
|
-
Requires-Dist: waldiez-jupyter==0.5.
|
|
160
|
+
Requires-Dist: waldiez-jupyter==0.5.1; extra == 'jupyter'
|
|
161
161
|
Provides-Extra: mqtt
|
|
162
162
|
Requires-Dist: paho-mqtt<3.0,>=2.1.0; extra == 'mqtt'
|
|
163
163
|
Provides-Extra: redis
|
|
164
164
|
Requires-Dist: ag2[redis]==0.9.3; extra == 'redis'
|
|
165
165
|
Provides-Extra: runner
|
|
166
|
-
Requires-Dist: waldiez-runner==0.5.
|
|
166
|
+
Requires-Dist: waldiez-runner==0.5.1; (python_version >= '3.11') and extra == 'runner'
|
|
167
167
|
Provides-Extra: studio
|
|
168
|
-
Requires-Dist: waldiez-studio==0.5.
|
|
168
|
+
Requires-Dist: waldiez-studio==0.5.1; extra == 'studio'
|
|
169
169
|
Provides-Extra: test
|
|
170
170
|
Requires-Dist: ag2[redis]==0.9.3; extra == 'test'
|
|
171
171
|
Requires-Dist: ag2[websockets]==0.9.3; extra == 'test'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
waldiez/__init__.py,sha256=GdbXP8mS6FUiljxvd-eH_J2gEztoHCQpD8Hq51GKUSs,943
|
|
2
2
|
waldiez/__main__.py,sha256=0dYzNrQbovRwQQvmZC6_1FDR1m71SUIOkTleO5tBnBw,203
|
|
3
|
-
waldiez/_version.py,sha256=
|
|
3
|
+
waldiez/_version.py,sha256=ZRPWrRshZ1C8mK7yRwE1rmOYqp22vABCrPALmyTqg-U,249
|
|
4
4
|
waldiez/cli.py,sha256=7WRfxGO3HsuHkzmVc1qV91B18ccPhzXRS6GbEsEFGZo,7751
|
|
5
5
|
waldiez/exporter.py,sha256=IEk8LM-tqjLxyi7R8M9wmbFXf4kZiqmiOMmsZumkgns,8347
|
|
6
6
|
waldiez/logger.py,sha256=UFdPwS2AOl2LkFQVonDSET9Dguq5jsn2mV817iTZFJc,16375
|
|
@@ -200,9 +200,9 @@ waldiez/running/utils.py,sha256=7DnuL-FNkraDhu3QUV3GEZC_dNgo3IMlptBzG9tMUKA,3002
|
|
|
200
200
|
waldiez/utils/__init__.py,sha256=D2AY5iqhh95zarm-FHLXSOzNSV3DITJVm1spemtA9hw,275
|
|
201
201
|
waldiez/utils/conflict_checker.py,sha256=bskxC2KmPrAOjjYfgQhGXgNxdU5Z10ZZmx-_c0W8I7I,1493
|
|
202
202
|
waldiez/utils/version.py,sha256=qaduzoxI1qBEtDLdM5Gw0V76YgF1WABPcDC95VL8HLQ,1452
|
|
203
|
-
waldiez-0.5.
|
|
204
|
-
waldiez-0.5.
|
|
205
|
-
waldiez-0.5.
|
|
206
|
-
waldiez-0.5.
|
|
207
|
-
waldiez-0.5.
|
|
208
|
-
waldiez-0.5.
|
|
203
|
+
waldiez-0.5.1.dist-info/METADATA,sha256=W4oOSOecsNSNUHPfPKtn7H_RavLoE2q4iWnkbKCxeAs,20457
|
|
204
|
+
waldiez-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
205
|
+
waldiez-0.5.1.dist-info/entry_points.txt,sha256=9MQ8Y1rD19CU7UwjNPwoyTRpQsPs2QimjrtwTD0bD6k,44
|
|
206
|
+
waldiez-0.5.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
207
|
+
waldiez-0.5.1.dist-info/licenses/NOTICE.md,sha256=L7xtckFRYvYJjhjQNtFpURWCiAvEuq4ePvxJsC-XAdk,785
|
|
208
|
+
waldiez-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|