meshagent-computers 0.5.7__tar.gz → 0.5.8b2__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 meshagent-computers might be problematic. Click here for more details.

Files changed (25) hide show
  1. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/CHANGELOG.md +12 -0
  2. {meshagent_computers-0.5.7/meshagent_computers.egg-info → meshagent_computers-0.5.8b2}/PKG-INFO +7 -5
  3. meshagent_computers-0.5.8b2/meshagent/computers/version.py +1 -0
  4. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2/meshagent_computers.egg-info}/PKG-INFO +7 -5
  5. meshagent_computers-0.5.8b2/meshagent_computers.egg-info/requires.txt +11 -0
  6. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/pyproject.toml +7 -5
  7. meshagent_computers-0.5.7/meshagent/computers/version.py +0 -1
  8. meshagent_computers-0.5.7/meshagent_computers.egg-info/requires.txt +0 -9
  9. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/LICENSE +0 -0
  10. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/MANIFEST.in +0 -0
  11. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/README.md +0 -0
  12. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/__init__.py +0 -0
  13. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/agent.py +0 -0
  14. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/base_playwright.py +0 -0
  15. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/browserbase.py +0 -0
  16. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/computer.py +0 -0
  17. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/docker.py +0 -0
  18. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/local_playwright.py +0 -0
  19. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/operator.py +0 -0
  20. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/scrapybara.py +0 -0
  21. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent/computers/utils.py +0 -0
  22. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent_computers.egg-info/SOURCES.txt +0 -0
  23. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent_computers.egg-info/dependency_links.txt +0 -0
  24. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/meshagent_computers.egg-info/top_level.txt +0 -0
  25. {meshagent_computers-0.5.7 → meshagent_computers-0.5.8b2}/setup.cfg +0 -0
@@ -1,3 +1,15 @@
1
+ ## [0.5.8b2]
2
+ - Stability
3
+
4
+ ## [0.5.8b1]
5
+ - Stability
6
+
7
+ ## [0.5.8-beta.1]
8
+ - Stability
9
+
10
+ ## [0.6.0-beta.1]
11
+ - Stability
12
+
1
13
  ## [0.5.7]
2
14
  - Stability
3
15
 
@@ -1,23 +1,25 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-computers
3
- Version: 0.5.7
3
+ Version: 0.5.8b2
4
4
  Summary: Computer Building Blocks for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
7
7
  Project-URL: Website, https://www.meshagent.com
8
8
  Project-URL: Source, https://www.meshagent.com
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
14
  Requires-Dist: openai~=1.86
15
- Requires-Dist: meshagent-api~=0.5.7
16
- Requires-Dist: meshagent-agents~=0.5.7
17
- Requires-Dist: meshagent-tools~=0.5.7
15
+ Requires-Dist: meshagent-api~=0.5.8b2
16
+ Requires-Dist: meshagent-agents~=0.5.8b2
17
+ Requires-Dist: meshagent-tools~=0.5.8b2
18
18
  Requires-Dist: playwright~=1.51
19
19
  Requires-Dist: browserbase~=1.2
20
20
  Requires-Dist: scrapybara~=2.4
21
+ Requires-Dist: pillow~=11.3.0
22
+ Requires-Dist: python-dotenv~=1.1.1
21
23
  Dynamic: license-file
22
24
 
23
25
  # [Meshagent](https://www.meshagent.com)
@@ -0,0 +1 @@
1
+ __version__ = "0.5.8b2"
@@ -1,23 +1,25 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-computers
3
- Version: 0.5.7
3
+ Version: 0.5.8b2
4
4
  Summary: Computer Building Blocks for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
7
7
  Project-URL: Website, https://www.meshagent.com
8
8
  Project-URL: Source, https://www.meshagent.com
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
14
  Requires-Dist: openai~=1.86
15
- Requires-Dist: meshagent-api~=0.5.7
16
- Requires-Dist: meshagent-agents~=0.5.7
17
- Requires-Dist: meshagent-tools~=0.5.7
15
+ Requires-Dist: meshagent-api~=0.5.8b2
16
+ Requires-Dist: meshagent-agents~=0.5.8b2
17
+ Requires-Dist: meshagent-tools~=0.5.8b2
18
18
  Requires-Dist: playwright~=1.51
19
19
  Requires-Dist: browserbase~=1.2
20
20
  Requires-Dist: scrapybara~=2.4
21
+ Requires-Dist: pillow~=11.3.0
22
+ Requires-Dist: python-dotenv~=1.1.1
21
23
  Dynamic: license-file
22
24
 
23
25
  # [Meshagent](https://www.meshagent.com)
@@ -0,0 +1,11 @@
1
+ pytest~=8.4
2
+ pytest-asyncio~=0.26
3
+ openai~=1.86
4
+ meshagent-api~=0.5.8b2
5
+ meshagent-agents~=0.5.8b2
6
+ meshagent-tools~=0.5.8b2
7
+ playwright~=1.51
8
+ browserbase~=1.2
9
+ scrapybara~=2.4
10
+ pillow~=11.3.0
11
+ python-dotenv~=1.1.1
@@ -9,18 +9,20 @@ build-backend = "setuptools.build_meta"
9
9
  name = "meshagent-computers"
10
10
  dynamic = ["version", "readme"]
11
11
  description = "Computer Building Blocks for Meshagent"
12
- requires-python = ">=3.12"
12
+ requires-python = ">=3.13"
13
13
  license = "Apache-2.0"
14
14
  dependencies = [
15
15
  "pytest~=8.4",
16
16
  "pytest-asyncio~=0.26",
17
17
  "openai~=1.86",
18
- "meshagent-api~=0.5.7",
19
- "meshagent-agents~=0.5.7",
20
- "meshagent-tools~=0.5.7",
18
+ "meshagent-api~=0.5.8b2",
19
+ "meshagent-agents~=0.5.8b2",
20
+ "meshagent-tools~=0.5.8b2",
21
21
  "playwright~=1.51",
22
22
  "browserbase~=1.2",
23
- "scrapybara~=2.4"
23
+ "scrapybara~=2.4",
24
+ "pillow~=11.3.0",
25
+ "python-dotenv~=1.1.1"
24
26
  ]
25
27
 
26
28
  [project.urls]
@@ -1 +0,0 @@
1
- __version__ = "0.5.7"
@@ -1,9 +0,0 @@
1
- pytest~=8.4
2
- pytest-asyncio~=0.26
3
- openai~=1.86
4
- meshagent-api~=0.5.7
5
- meshagent-agents~=0.5.7
6
- meshagent-tools~=0.5.7
7
- playwright~=1.51
8
- browserbase~=1.2
9
- scrapybara~=2.4