Skip to content

Commit 71beb48

Browse files
authored
Pin browser dependencies
Pin cloakbrowser to 0.4.3 and curl-cffi to 0.15.1b2, with the uv lockfile refreshed.
1 parent 28daadc commit 71beb48

2 files changed

Lines changed: 80 additions & 73 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.14,<3.15"
1212
dependencies = [
13-
"cloakbrowser",
14-
"curl-cffi>=0.15.0",
13+
"cloakbrowser==0.4.3",
14+
"curl-cffi==0.15.1b2",
1515
]
1616

1717
[project.scripts]

0 commit comments

Comments
 (0)