wappa 0.1.5__py3-none-any.whl → 0.1.6__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 wappa might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wappa
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Open Source Framework to develop smart Workflows, Agents and full chat applications through WhatsApp
5
5
  Project-URL: Homepage, https://wappa.mimeia.com
6
6
  Project-URL: Documentation, https://wappa.mimeia.com/docs
@@ -225,37 +225,19 @@ Requires-Dist: aiofiles>=24.1.0
225
225
  Requires-Dist: aiohttp>=3.11.0
226
226
  Requires-Dist: fastapi>=0.115.0
227
227
  Requires-Dist: hypercorn>=0.17.0
228
+ Requires-Dist: numpy>=2.2.0
229
+ Requires-Dist: openai>=1.69.0
230
+ Requires-Dist: opencv-python-headless>=4.11.0
231
+ Requires-Dist: pillow>=11.1.0
228
232
  Requires-Dist: pydantic-settings>=2.10.0
229
233
  Requires-Dist: pydantic>=2.8.0
230
234
  Requires-Dist: python-dotenv>=1.0.0
231
235
  Requires-Dist: python-multipart>=0.0.6
236
+ Requires-Dist: redis>=5.2.0
232
237
  Requires-Dist: rich>=13.0.0
238
+ Requires-Dist: sqlmodel>=0.0.24
233
239
  Requires-Dist: typer>=0.9.0
234
240
  Requires-Dist: uvicorn[standard]>=0.24.0
235
- Provides-Extra: ai
236
- Requires-Dist: numpy>=2.2.0; extra == 'ai'
237
- Requires-Dist: openai>=1.69.0; extra == 'ai'
238
- Provides-Extra: all
239
- Requires-Dist: numpy>=2.2.0; extra == 'all'
240
- Requires-Dist: openai>=1.69.0; extra == 'all'
241
- Requires-Dist: opencv-python-headless>=4.11.0; extra == 'all'
242
- Requires-Dist: pillow>=11.1.0; extra == 'all'
243
- Requires-Dist: redis>=5.2.0; extra == 'all'
244
- Requires-Dist: sqlmodel>=0.0.24; extra == 'all'
245
- Provides-Extra: database
246
- Requires-Dist: sqlmodel>=0.0.24; extra == 'database'
247
- Provides-Extra: dev
248
- Requires-Dist: black>=25.1.0; extra == 'dev'
249
- Requires-Dist: mypy>=1.0.0; extra == 'dev'
250
- Requires-Dist: pre-commit>=3.0.0; extra == 'dev'
251
- Requires-Dist: pytest-asyncio>=1.1.0; extra == 'dev'
252
- Requires-Dist: pytest>=8.4.0; extra == 'dev'
253
- Requires-Dist: ruff>=0.9.0; extra == 'dev'
254
- Provides-Extra: media
255
- Requires-Dist: opencv-python-headless>=4.11.0; extra == 'media'
256
- Requires-Dist: pillow>=11.1.0; extra == 'media'
257
- Provides-Extra: redis
258
- Requires-Dist: redis>=5.2.0; extra == 'redis'
259
241
  Description-Content-Type: text/markdown
260
242
 
261
243
  # wappa
@@ -204,8 +204,8 @@ wappa/webhooks/whatsapp/message_types/system.py,sha256=lrAwSTNokxjDkgCg7Hg33eb8s
204
204
  wappa/webhooks/whatsapp/message_types/text.py,sha256=u3gXGMNpJFDdaJWA0vhBGFTyAEzI2fyqvtaVvZwzAhA,14688
205
205
  wappa/webhooks/whatsapp/message_types/unsupported.py,sha256=5GxVcNNu2X5H1gZvze3iNNrZUrUs2DxmiL3bruS38RI,9532
206
206
  wappa/webhooks/whatsapp/message_types/video.py,sha256=NR081ZyNwxajmCbOw-LvPadU97Qksghxr_TWhWsZEz0,11271
207
- wappa-0.1.5.dist-info/METADATA,sha256=9R8Q62hhfveVeIMZ5tQXVe_Fji7sHqv73kGKsaYUT8U,16559
208
- wappa-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
209
- wappa-0.1.5.dist-info/entry_points.txt,sha256=KzfFZSK3VpWP4M-gpgh9AdKbhh4kOwiOI3q32e3NLHs,45
210
- wappa-0.1.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
211
- wappa-0.1.5.dist-info/RECORD,,
207
+ wappa-0.1.6.dist-info/METADATA,sha256=6KVqMnaPVFEUItg4HulVCPWxRLi85NW_NCPRGPd8bWA,15758
208
+ wappa-0.1.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
209
+ wappa-0.1.6.dist-info/entry_points.txt,sha256=KzfFZSK3VpWP4M-gpgh9AdKbhh4kOwiOI3q32e3NLHs,45
210
+ wappa-0.1.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
211
+ wappa-0.1.6.dist-info/RECORD,,
File without changes