tarsier
tarsier copied to clipboard
Vision utilities for web interaction agents 👀
Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.1 to 0.5.2. Release notes Sourced from pytest-playwright's releases. v0.5.2 Bugfixes: chore: add py.typed file in microsoft/playwright-pytest#245 chore: hide internal methods in microsoft/playwright-pytest#236 Update conda dependencies to...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.8. Release notes Sourced from ruff's releases. 0.6.8 Release Notes Preview features Remove unnecessary parentheses around match case clauses (#13510) Parenthesize overlong if guards in...
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.24.0 to 4.25.0. Release notes Sourced from selenium's releases. Selenium 4.25.0 Detailed Changelogs by Component Java | Python | DotNet | Ruby | JavaScript | IEDriver What's...
 I have even tried using some previous versions of llama_index but still getting the same error.
Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.46.0 to 1.49.0. Release notes Sourced from playwright's releases. v1.49.0 Aria snapshots New assertion expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.8.0. Release notes Sourced from ruff's releases. 0.8.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...
When applying tags on a page with modal open, if there are any interactive elements behind the modal there tags overflow and are visible even above the modal. This decreases...
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.24.0 to 4.26.1. Release notes Sourced from selenium's releases. Selenium 4.26.0 Detailed Changelogs by Component Java | Python | DotNet | Ruby | JavaScript | IEDriver What's...
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.13 We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI). Mypy...
### Error 1 ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[2], line 1 ----> 1 from llama_index.tools import FunctionTool 2 from playwright.async_api import async_playwright 3 from tarsier import...