Skip to content

Commit

Permalink
pythonlib: Force Browserforge 1.2.1+
Browse files Browse the repository at this point in the history
Apify's models have been contaminated in recent releases. Browserforge 1.2.1 reverts to a earlier model.
daijro/browserforge#17
  • Loading branch information
daijro committed Dec 11, 2024
1 parent 353d766 commit 9a9e61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonlib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "camoufox"
version = "0.4.8-beta"
version = "0.4.8"
description = "Wrapper around Playwright to help launch Camoufox"
authors = ["daijro <[email protected]>"]
license = "MIT"
Expand All @@ -31,7 +31,7 @@ python = "^3.8"
click = "*"
requests = "*"
orjson = "*"
browserforge = "*"
browserforge = "^1.2.1"
playwright = "*"
pyyaml = "*"
platformdirs = "*"
Expand Down

0 comments on commit 9a9e61f

Please sign in to comment.