Skip to content

Commit 158bd97

Browse files
committed
Fix werkzeug, flask-frozen versions to avoid __version__ error
1 parent f1606f8 commit 158bd97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"litellm",
2525
"mini-swe-agent",
26+
"portkey-ai",
2627
"python-dotenv",
2728
"ghapi",
2829
"flask",
@@ -38,7 +39,8 @@ dev = [
3839
"pytest-cov",
3940
"pytest-xdist",
4041
"ruff",
41-
"frozen-flask",
42+
"Werkzeug==2.3.7",
43+
"frozen-flask==0.18",
4244
]
4345

4446
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)