Karim shoair commited on
Commit
ebf18ac
·
1 Parent(s): 4e9888e

build: update dependencies and fix geoip issue

Browse files
Files changed (1) hide show
  1. pyproject.toml +6 -5
pyproject.toml CHANGED
@@ -60,15 +60,16 @@ dependencies = [
60
  "cssselect>=1.3.0",
61
  "IPython>=8.37", # The last version that supports Python 3.10
62
  "click>=8.2.1",
63
- "orjson>=3.11.1",
64
  "tldextract>=5.3.0",
65
- "curl_cffi>=0.11.4",
66
  "playwright>=1.52.0",
67
  "rebrowser-playwright>=1.52.0",
68
- "camoufox[geoip]>=0.4.11",
 
69
  "msgspec>=0.19.0",
70
- "markdownify>=1.1.0",
71
- "mcp[cli]>=1.12.2",
72
  ]
73
 
74
  [project.urls]
 
60
  "cssselect>=1.3.0",
61
  "IPython>=8.37", # The last version that supports Python 3.10
62
  "click>=8.2.1",
63
+ "orjson>=3.11.2",
64
  "tldextract>=5.3.0",
65
+ "curl_cffi>=0.13.0",
66
  "playwright>=1.52.0",
67
  "rebrowser-playwright>=1.52.0",
68
+ "camoufox>=0.4.11",
69
+ "geoip2>=5.1.0",
70
  "msgspec>=0.19.0",
71
+ "markdownify>=1.2.0",
72
+ "mcp[cli]>=1.13.0",
73
  ]
74
 
75
  [project.urls]