Skip to content

Commit f16a476

Browse files
authored
chore(models/openrouter): sync dependencies (#2562)
* chore(models/openrouter): sync dependencies * chore(models/openrouter): bump version * chore(models/openrouter): bump version
1 parent 998c8d5 commit f16a476

File tree

2 files changed

+3
-106
lines changed

2 files changed

+3
-106
lines changed

models/openrouter/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ type: plugin
2626
plugins:
2727
models:
2828
- provider/openrouter.yaml
29-
version: 0.0.34
29+
version: 0.0.35
3030
created_at: 2024-09-20T00:13:50.29298939-04:00

models/openrouter/requirements.txt

Lines changed: 2 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,2 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile pyproject.toml -o ./requirements.txt
3-
annotated-types==0.7.0
4-
# via pydantic
5-
anyio==4.11.0
6-
# via httpx
7-
blinker==1.9.0
8-
# via flask
9-
certifi==2025.11.12
10-
# via
11-
# httpcore
12-
# httpx
13-
# requests
14-
cffi==2.0.0
15-
# via gevent
16-
charset-normalizer==3.4.4
17-
# via requests
18-
click==8.3.1
19-
# via flask
20-
colorama==0.4.6
21-
# via click
22-
dify_plugin>=0.3.0,<0.6.0
23-
# via openrouter-mqh649 (pyproject.toml)
24-
dpkt==1.9.8
25-
# via dify-plugin
26-
flask==3.0.3
27-
# via dify-plugin
28-
gevent==25.5.1
29-
# via dify-plugin
30-
greenlet==3.2.4
31-
# via gevent
32-
h11==0.16.0
33-
# via httpcore
34-
httpcore==1.0.9
35-
# via httpx
36-
httpx==0.28.1
37-
# via dify-plugin
38-
idna==3.11
39-
# via
40-
# anyio
41-
# httpx
42-
# requests
43-
# yarl
44-
itsdangerous==2.2.0
45-
# via flask
46-
jinja2==3.1.6
47-
# via flask
48-
markupsafe==3.0.3
49-
# via
50-
# jinja2
51-
# werkzeug
52-
multidict==6.7.0
53-
# via yarl
54-
packaging==25.0
55-
# via dify-plugin
56-
propcache==0.4.1
57-
# via yarl
58-
pycparser==2.23
59-
# via cffi
60-
pydantic==2.12.4
61-
# via
62-
# dify-plugin
63-
# pydantic-settings
64-
pydantic-core==2.41.5
65-
# via pydantic
66-
pydantic-settings==2.12.0
67-
# via dify-plugin
68-
python-dotenv==1.2.1
69-
# via pydantic-settings
70-
pyyaml==6.0.3
71-
# via dify-plugin
72-
regex==2025.11.3
73-
# via tiktoken
74-
requests==2.32.5
75-
# via
76-
# dify-plugin
77-
# tiktoken
78-
sniffio==1.3.1
79-
# via anyio
80-
socksio==1.0.0
81-
# via dify-plugin
82-
tiktoken==0.8.0
83-
# via dify-plugin
84-
typing-extensions==4.15.0
85-
# via
86-
# anyio
87-
# pydantic
88-
# pydantic-core
89-
# typing-inspection
90-
typing-inspection==0.4.2
91-
# via
92-
# pydantic
93-
# pydantic-settings
94-
urllib3==2.6.3
95-
# via requests
96-
werkzeug==3.1.5
97-
# via
98-
# dify-plugin
99-
# flask
100-
yarl==1.22.0
101-
# via dify-plugin
102-
zope-event==6.1
103-
# via gevent
104-
zope-interface==8.1.1
105-
# via gevent
1+
dify-plugin>=0.5.0,<0.6.0
2+
sniffio==1.3.1

0 commit comments

Comments
 (0)