Compare commits

..

1 commit

Author SHA1 Message Date
f08fc04e66 ci(forgejo): install Node.js before actions/checkout@v4
Some checks failed
CI / typecheck (pull_request) Failing after 37s
CI / lint (pull_request) Failing after 44s
CI / Secret scan (gitleaks) (pull_request) Failing after 29s
CI / test (pull_request) Failing after 41s
CI / Security audit (bandit) (pull_request) Failing after 53s
2026-07-02 23:55:36 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -80,7 +80,7 @@ jobs:
uv venv --python 3.11 .venv
uv pip install --python .venv/bin/python -e ".[dev]"
- name: Type check (mypy)
run: source .venv/bin/activate && mypy . --ignore-missing-imports --python-version 3.12
run: source .venv/bin/activate && mypy . --ignore-missing-imports
test:
runs-on: docker-x64

View file

@ -12,11 +12,13 @@ version = "3.0.0"
description = "Free web scraping + browser automation API — self-hosted, no API keys needed"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
license = { text = "MIT AND BSL-1.1" }
authors = [{ name = "Rug Munch Media LLC" }]
keywords = ["scraping", "crawler", "browser-automation", "mcp", "x402", "ai-agents"]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",