Skip to content

Commit 3890b03

Browse files
authoredMar 25, 2025··
chore: Drop the regex resolver to reduce memory footprint (#859)
1 parent b3fd4bc commit 3890b03

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies = [
1414
"sentry-sdk[fastapi]>=2.13.0,<3",
1515
"kinto-http>=11.0.0,<12",
1616
"aiodogstatsd>=0.16.0,<0.17",
17-
"ua-parser[regex]>=1.0,<2.0",
1817
"geoip2>=4.6.0,<5",
1918
"rich>=12.5.1,<13",
2019
"wrapt>=1.14.1,<2",
@@ -29,6 +28,7 @@ dependencies = [
2928
"orjson>=3.10.7,<4",
3029
"tenacity>=9.0.0,<10",
3130
"gcloud-aio-storage>=9.3.0,<10",
31+
"ua-parser>=1.0,<2.0",
3232
]
3333

3434
[project.scripts]

‎uv.lock

+2-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.