mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
pythonlib: Force Browserforge 1.2.1+
Apify's models have been contaminated in recent releases. Browserforge 1.2.1 reverts to a earlier model. https://github.com/daijro/browserforge/issues/17
This commit is contained in:
parent
353d766259
commit
9a9e61f660
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <daijro.dev@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
@ -31,7 +31,7 @@ python = "^3.8"
|
|||
click = "*"
|
||||
requests = "*"
|
||||
orjson = "*"
|
||||
browserforge = "*"
|
||||
browserforge = "^1.2.1"
|
||||
playwright = "*"
|
||||
pyyaml = "*"
|
||||
platformdirs = "*"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue