core-universal4 4.49.0__tar.gz → 4.50.3__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.

Potentially problematic release.


This version of core-universal4 might be problematic. Click here for more details.

Files changed (20) hide show
  1. {core_universal4-4.49.0 → core_universal4-4.50.3}/CHANGELOG.md +58 -0
  2. {core_universal4-4.49.0/core_universal4.egg-info → core_universal4-4.50.3}/PKG-INFO +1 -1
  3. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/built_bins/core-linux +0 -0
  4. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/built_bins/core-linux-arm64 +0 -0
  5. {core_universal4-4.49.0 → core_universal4-4.50.3/core_universal4.egg-info}/PKG-INFO +1 -1
  6. {core_universal4-4.49.0 → core_universal4-4.50.3}/pyproject.toml +1 -1
  7. {core_universal4-4.49.0 → core_universal4-4.50.3}/LICENSE +0 -0
  8. {core_universal4-4.49.0 → core_universal4-4.50.3}/MANIFEST.in +0 -0
  9. {core_universal4-4.49.0 → core_universal4-4.50.3}/README.rst +0 -0
  10. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/__init__.py +0 -0
  11. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/__main__.py +0 -0
  12. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/instance.py +0 -0
  13. {core_universal4-4.49.0 → core_universal4-4.50.3}/applitools/core_universal/server.py +0 -0
  14. {core_universal4-4.49.0 → core_universal4-4.50.3}/core_universal4.egg-info/SOURCES.txt +0 -0
  15. {core_universal4-4.49.0 → core_universal4-4.50.3}/core_universal4.egg-info/dependency_links.txt +0 -0
  16. {core_universal4-4.49.0 → core_universal4-4.50.3}/core_universal4.egg-info/not-zip-safe +0 -0
  17. {core_universal4-4.49.0 → core_universal4-4.50.3}/core_universal4.egg-info/requires.txt +0 -0
  18. {core_universal4-4.49.0 → core_universal4-4.50.3}/core_universal4.egg-info/top_level.txt +0 -0
  19. {core_universal4-4.49.0 → core_universal4-4.50.3}/setup.cfg +0 -0
  20. {core_universal4-4.49.0 → core_universal4-4.50.3}/setup.py +0 -0
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.50.3](https://github.com/Applitools-Dev/sdk/compare/python/core-universal@4.50.2...python/core-universal@4.50.3) (2025-10-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.13.11
9
+ #### Bug Fixes
10
+
11
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
12
+ * @applitools/core bumped to 4.50.3
13
+ #### Bug Fixes
14
+
15
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
16
+
17
+
18
+
19
+
20
+ ## [4.50.2](https://github.com/Applitools-Dev/sdk/compare/python/core-universal@4.49.0...python/core-universal@4.50.2) (2025-10-16)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/dom-snapshot bumped to 4.13.10
26
+ #### Bug Fixes
27
+
28
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
29
+
30
+
31
+
32
+ * @applitools/driver bumped to 1.24.0
33
+ #### Features
34
+
35
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
36
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
37
+ #### Features
38
+
39
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
40
+
41
+
42
+
43
+ * @applitools/spec-driver-selenium bumped to 1.7.6
44
+
45
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
46
+
47
+ * @applitools/screenshoter bumped to 3.12.7
48
+
49
+ * @applitools/nml-client bumped to 1.11.9
50
+
51
+ * @applitools/ec-client bumped to 1.12.11
52
+
53
+ * @applitools/core bumped to 4.50.2
54
+ #### Bug Fixes
55
+
56
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
57
+
58
+
59
+
60
+
3
61
  ## [4.49.0](https://github.com/Applitools-Dev/sdk/compare/python/core-universal@4.48.0...python/core-universal@4.49.0) (2025-10-01)
4
62
 
5
63
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: core-universal4
3
- Version: 4.49.0
3
+ Version: 4.50.3
4
4
  Summary: Applitools Eyes Core SDK Server
5
5
  Author-email: Applitools Team <team@applitools.com>
6
6
  License: - -
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: core-universal4
3
- Version: 4.49.0
3
+ Version: 4.50.3
4
4
  Summary: Applitools Eyes Core SDK Server
5
5
  Author-email: Applitools Team <team@applitools.com>
6
6
  License: - -
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "core-universal4"
7
- version = "4.49.0"
7
+ version = "4.50.3"
8
8
  description = "Applitools Eyes Core SDK Server"
9
9
  readme = "README.rst"
10
10
  license = {file = "LICENSE"}