core-universal4 4.50.2__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.50.2 → core_universal4-4.50.3}/CHANGELOG.md +17 -0
  2. {core_universal4-4.50.2/core_universal4.egg-info → core_universal4-4.50.3}/PKG-INFO +1 -1
  3. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/built_bins/core-linux +0 -0
  4. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/built_bins/core-linux-arm64 +0 -0
  5. {core_universal4-4.50.2 → core_universal4-4.50.3/core_universal4.egg-info}/PKG-INFO +1 -1
  6. {core_universal4-4.50.2 → core_universal4-4.50.3}/pyproject.toml +1 -1
  7. {core_universal4-4.50.2 → core_universal4-4.50.3}/LICENSE +0 -0
  8. {core_universal4-4.50.2 → core_universal4-4.50.3}/MANIFEST.in +0 -0
  9. {core_universal4-4.50.2 → core_universal4-4.50.3}/README.rst +0 -0
  10. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/__init__.py +0 -0
  11. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/__main__.py +0 -0
  12. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/instance.py +0 -0
  13. {core_universal4-4.50.2 → core_universal4-4.50.3}/applitools/core_universal/server.py +0 -0
  14. {core_universal4-4.50.2 → core_universal4-4.50.3}/core_universal4.egg-info/SOURCES.txt +0 -0
  15. {core_universal4-4.50.2 → core_universal4-4.50.3}/core_universal4.egg-info/dependency_links.txt +0 -0
  16. {core_universal4-4.50.2 → core_universal4-4.50.3}/core_universal4.egg-info/not-zip-safe +0 -0
  17. {core_universal4-4.50.2 → core_universal4-4.50.3}/core_universal4.egg-info/requires.txt +0 -0
  18. {core_universal4-4.50.2 → core_universal4-4.50.3}/core_universal4.egg-info/top_level.txt +0 -0
  19. {core_universal4-4.50.2 → core_universal4-4.50.3}/setup.cfg +0 -0
  20. {core_universal4-4.50.2 → core_universal4-4.50.3}/setup.py +0 -0
@@ -1,5 +1,22 @@
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
+
3
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)
4
21
 
5
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: core-universal4
3
- Version: 4.50.2
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.50.2
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.50.2"
7
+ version = "4.50.3"
8
8
  description = "Applitools Eyes Core SDK Server"
9
9
  readme = "README.rst"
10
10
  license = {file = "LICENSE"}