Mesop

Latest version: v1.0.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.0.0

What's Changed
* Add Mesop Arena to showcase by richard-to in https://github.com/mesop-dev/mesop/pull/1179
* Make sure .env is loaded before env var are set by richard-to in https://github.com/mesop-dev/mesop/pull/1181
* Run scroll command via Angular afterRender hook by richard-to in https://github.com/mesop-dev/mesop/pull/1182
* Add Cloud Run tutorial by richard-to in https://github.com/mesop-dev/mesop/pull/1187
* Upgrade upload-artifact action because v3 is deprecated by wwwillchen in https://github.com/mesop-dev/mesop/pull/1189
* Only add click listener when necessary on ComponentRenderer by wwwillchen in https://github.com/mesop-dev/mesop/pull/1188
* 0.14.2beta1 by wwwillchen in https://github.com/mesop-dev/mesop/pull/1190
* Add example of using Gemini Live API with Mesop. by richard-to in https://github.com/mesop-dev/mesop/pull/1191
* Add Jeopardy Live demo to Showcase by richard-to in https://github.com/mesop-dev/mesop/pull/1192
* Add cloud run tutorials to home page by richard-to in https://github.com/mesop-dev/mesop/pull/1194
* Filter empty web component event handlers by richard-to in https://github.com/mesop-dev/mesop/pull/1193
* fix gemma cookbook links by bebechien in https://github.com/mesop-dev/mesop/pull/1196
* Add a basic tab group demo by richard-to in https://github.com/mesop-dev/mesop/pull/1197
* Fix font-src CSP by wwwillchen in https://github.com/mesop-dev/mesop/pull/1198
* Add config option for MESOP_PROD_UNREDACTED_ERRORS by wwwillchen in https://github.com/mesop-dev/mesop/pull/1199
* Add chartjs example web component by richard-to in https://github.com/mesop-dev/mesop/pull/1208
* Add leaflet example web component by KMarkert in https://github.com/mesop-dev/mesop/pull/1212
* Add Google Maps example web component by KMarkert in https://github.com/mesop-dev/mesop/pull/1214
* Bump GitHub actions workflow hash because it's outdated by wwwillchen in https://github.com/mesop-dev/mesop/pull/1217
* Add display: block for component-renderer-element by wwwillchen in https://github.com/mesop-dev/mesop/pull/1215
* Create GitHub action to automate pypi publish by wwwillchen in https://github.com/mesop-dev/mesop/pull/1216
* Bump to 0.14.2rc1 by wwwillchen in https://github.com/mesop-dev/mesop/pull/1219
* Replace pip shell script with simpler one for new automated upload PyPI process by wwwillchen in https://github.com/mesop-dev/mesop/pull/1220
* Update release.yml with new pip script by wwwillchen in https://github.com/mesop-dev/mesop/pull/1221
* use venv instead of virtualenv in build_pip_package.sh by wwwillchen in https://github.com/mesop-dev/mesop/pull/1222
* Bump actions/cache GitHub actions hash by wwwillchen in https://github.com/mesop-dev/mesop/pull/1224
* Set 'static' as the default static folder by wwwillchen in https://github.com/mesop-dev/mesop/pull/1225
* Mark MESOP_CONCURRENT_UPDATES_ENABLED as deprecated and update WebSockets docs by wwwillchen in https://github.com/mesop-dev/mesop/pull/1223
* docs: fix broken url by msampathkumar in https://github.com/mesop-dev/mesop/pull/1232
* Fix race condition by queueing message processing in Channel by wwwillchen in https://github.com/mesop-dev/mesop/pull/1233
* Add support for font-src by richard-to in https://github.com/mesop-dev/mesop/pull/1230
* Fix race condition so all messages are processed before dispatching next request by wwwillchen in https://github.com/mesop-dev/mesop/pull/1234
* Expose web components API to mesop namespace and migrate (most) web component examples by wwwillchen in https://github.com/mesop-dev/mesop/pull/1235
* Upgrade text_io warning to error (prep for v1) by wwwillchen in https://github.com/mesop-dev/mesop/pull/1236
* v1.0.0rc1 by wwwillchen in https://github.com/mesop-dev/mesop/pull/1238
* Fix docs link (google.github.io -> mesop-dev.github.io) by wwwillchen in https://github.com/mesop-dev/mesop/pull/1239
* Fix GitHub repo reference by wwwillchen in https://github.com/mesop-dev/mesop/pull/1240
* Remove editor toolbar and concurrent updates code (unshipping for v1) by wwwillchen in https://github.com/mesop-dev/mesop/pull/1244
* Bump to v1.0.0 by wwwillchen in https://github.com/mesop-dev/mesop/pull/1243

New Contributors
* bebechien made their first contribution in https://github.com/mesop-dev/mesop/pull/1196
* KMarkert made their first contribution in https://github.com/mesop-dev/mesop/pull/1212
* msampathkumar made their first contribution in https://github.com/mesop-dev/mesop/pull/1232

**Full Changelog**: https://github.com/mesop-dev/mesop/compare/v0.14.1...v1.0.0

1.0.0rc2

What's Changed
* Fix docs link (google.github.io -> mesop-dev.github.io) by wwwillchen in https://github.com/mesop-dev/mesop/pull/1239
* Fix GitHub repo reference by wwwillchen in https://github.com/mesop-dev/mesop/pull/1240
* Remove editor toolbar and concurrent updates code (unshipping for v1) by wwwillchen in https://github.com/mesop-dev/mesop/pull/1244


**Full Changelog**: https://github.com/mesop-dev/mesop/compare/v1.0.0rc1...v1.0.0rc2

1.0.0rc1

What's Changed
* Bump actions/cache GitHub actions hash by wwwillchen in https://github.com/google/mesop/pull/1224
* Set 'static' as the default static folder by wwwillchen in https://github.com/google/mesop/pull/1225
* Mark MESOP_CONCURRENT_UPDATES_ENABLED as deprecated and update WebSockets docs by wwwillchen in https://github.com/google/mesop/pull/1223
* docs: fix broken url by msampathkumar in https://github.com/google/mesop/pull/1232
* Fix race condition by queueing message processing in Channel by wwwillchen in https://github.com/google/mesop/pull/1233
* Add support for font-src by richard-to in https://github.com/google/mesop/pull/1230
* Fix race condition so all messages are processed before dispatching next request by wwwillchen in https://github.com/google/mesop/pull/1234
* Expose web components API to mesop namespace and migrate (most) web component examples by wwwillchen in https://github.com/google/mesop/pull/1235
* Upgrade text_io warning to error (prep for v1) by wwwillchen in https://github.com/google/mesop/pull/1236
* v1.0.0rc1 by wwwillchen in https://github.com/google/mesop/pull/1238

New Contributors
* msampathkumar made their first contribution in https://github.com/google/mesop/pull/1232

**Full Changelog**: https://github.com/google/mesop/compare/v0.14.2rc1-try3...v1.0.0rc1

v0.14.2rc1-try3
What's Changed
* Add Mesop Arena to showcase by richard-to in https://github.com/google/mesop/pull/1179
* Make sure .env is loaded before env var are set by richard-to in https://github.com/google/mesop/pull/1181
* Run scroll command via Angular afterRender hook by richard-to in https://github.com/google/mesop/pull/1182
* Add Cloud Run tutorial by richard-to in https://github.com/google/mesop/pull/1187
* Upgrade upload-artifact action because v3 is deprecated by wwwillchen in https://github.com/google/mesop/pull/1189
* Only add click listener when necessary on ComponentRenderer by wwwillchen in https://github.com/google/mesop/pull/1188
* 0.14.2beta1 by wwwillchen in https://github.com/google/mesop/pull/1190
* Add example of using Gemini Live API with Mesop. by richard-to in https://github.com/google/mesop/pull/1191
* Add Jeopardy Live demo to Showcase by richard-to in https://github.com/google/mesop/pull/1192
* Add cloud run tutorials to home page by richard-to in https://github.com/google/mesop/pull/1194
* Filter empty web component event handlers by richard-to in https://github.com/google/mesop/pull/1193
* fix gemma cookbook links by bebechien in https://github.com/google/mesop/pull/1196
* Add a basic tab group demo by richard-to in https://github.com/google/mesop/pull/1197
* Fix font-src CSP by wwwillchen in https://github.com/google/mesop/pull/1198
* Add config option for MESOP_PROD_UNREDACTED_ERRORS by wwwillchen in https://github.com/google/mesop/pull/1199
* Add chartjs example web component by richard-to in https://github.com/google/mesop/pull/1208
* Add leaflet example web component by KMarkert in https://github.com/google/mesop/pull/1212
* Add Google Maps example web component by KMarkert in https://github.com/google/mesop/pull/1214
* Bump GitHub actions workflow hash because it's outdated by wwwillchen in https://github.com/google/mesop/pull/1217
* Add display: block for component-renderer-element by wwwillchen in https://github.com/google/mesop/pull/1215
* Create GitHub action to automate pypi publish by wwwillchen in https://github.com/google/mesop/pull/1216
* Bump to v0.14.2 by wwwillchen in https://github.com/google/mesop/pull/1218
* Bump to 0.14.2rc1 by wwwillchen in https://github.com/google/mesop/pull/1219
* Replace pip shell script with simpler one for new automated upload PyPI process by wwwillchen in https://github.com/google/mesop/pull/1220
* Update release.yml with new pip script by wwwillchen in https://github.com/google/mesop/pull/1221
* use venv instead of virtualenv in build_pip_package.sh by wwwillchen in https://github.com/google/mesop/pull/1222

New Contributors
* bebechien made their first contribution in https://github.com/google/mesop/pull/1196
* KMarkert made their first contribution in https://github.com/google/mesop/pull/1212

**Full Changelog**: https://github.com/google/mesop/compare/v0.14.1...v0.14.2rc1-try3

0.14.1

Not secure
This release fixes a security issue. Please upgrade as soon as possible.

What's Changed
* Harden dataclass utils by wwwillchen in https://github.com/google/mesop/pull/1171
* Bump v0.14.1 by wwwillchen in https://github.com/google/mesop/pull/1173


**Full Changelog**: https://github.com/google/mesop/compare/v0.14.0...v0.14.1

0.14.0

Not secure
What's Changed
* Fix broken demo and security links in README.md by zsais in https://github.com/google/mesop/pull/1144
* Fix missing type hints for content_component by richard-to in https://github.com/google/mesop/pull/1146
* Fix typo for MESOP_WEBSOCKETS_ENABLED docs by wwwillchen in https://github.com/google/mesop/pull/1151
* Bump the npm_and_yarn group with 2 updates by dependabot in https://github.com/google/mesop/pull/1148
* Add security policy for demos by wwwillchen in https://github.com/google/mesop/pull/1156
* Bump mesop version for demo/requirements.txt by wwwillchen in https://github.com/google/mesop/pull/1153
* Bump marked from 15.0.0 to 15.0.1 in the npm_and_yarn group by dependabot in https://github.com/google/mesop/pull/1154
* Add Colab workaround to web components troubleshooting docs by williamito in https://github.com/google/mesop/pull/1158
* Update browser for karma targets by wwwillchen in https://github.com/google/mesop/pull/1164
* Named slots / Nested slots by richard-to in https://github.com/google/mesop/pull/1145
* Bump angular to v19 by wwwillchen in https://github.com/google/mesop/pull/1155
* Bump to v0.14.0 by wwwillchen in https://github.com/google/mesop/pull/1168

New Contributors
* zsais made their first contribution in https://github.com/google/mesop/pull/1144
* williamito made their first contribution in https://github.com/google/mesop/pull/1158

**Full Changelog**: https://github.com/google/mesop/compare/v0.13.0...v0.14.0

0.13.0

Not secure
Summary

- Unships the editor/dev tools (only affects editor/debug mode) due to low usage and inherent limitations with the tooling.
- Fixes a significant perf issue related to components rendering - see 1136 for details

What's Changed
* Skip unnecessary trace render loop in WebSockets mode by wwwillchen in https://github.com/google/mesop/pull/1123
* Remove unused handler code from Runtime/Context by wwwillchen in https://github.com/google/mesop/pull/1122
* Change context import to be absolute in runtime.py by wwwillchen in https://github.com/google/mesop/pull/1124
* Bump aiohttp from 3.10.5 to 3.10.11 in /ai/docbot in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/1108
* Bump marked from 14.1.3 to 14.1.4 in the npm_and_yarn group by dependabot in https://github.com/google/mesop/pull/1107
* [Snyk] Fix for 10 vulnerabilities by wwwillchen in https://github.com/google/mesop/pull/1091
* [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 by wwwillchen in https://github.com/google/mesop/pull/1084
* Fix CI deployments (loosen pip requirements & remove unnecessary pip … by wwwillchen in https://github.com/google/mesop/pull/1127
* Allow blob as a valid origin for img/media by wwwillchen in https://github.com/google/mesop/pull/1131
* Do not render expansion panel description if unused by wwwillchen in https://github.com/google/mesop/pull/1129
* Unship devtools/editor-related code by wwwillchen in https://github.com/google/mesop/pull/1135
* Fixes major memory leak in component renderer by wwwillchen in https://github.com/google/mesop/pull/1136
* Restore hot reload functionality by wwwillchen in https://github.com/google/mesop/pull/1138
* Bump to 0.12.10rc1 by wwwillchen in https://github.com/google/mesop/pull/1139
* Restore hot reload keyboard shortcut by wwwillchen in https://github.com/google/mesop/pull/1140
* 0.13.0rc1 by wwwillchen in https://github.com/google/mesop/pull/1141


**Full Changelog**: https://github.com/google/mesop/compare/v0.12.9...v0.13.0

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.