Skip to content

Commit 811c244

Browse files
authored
Merge pull request galaxyproject#22517 from galaxybot/dev_auto_update_dependencies
Update Python dependencies
2 parents d1c4d6d + d545df9 commit 811c244

6 files changed

Lines changed: 59 additions & 75 deletions

File tree

client/src/api/schema/schema.ts

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15518,32 +15518,7 @@ export interface components {
1551815518
type: "in_range";
1551915519
};
1552015520
/** IncomingToolOutputCollection */
15521-
"IncomingToolOutputCollection-Input": {
15522-
/**
15523-
* hidden
15524-
* @description If true, the output will not be shown in the history.
15525-
*/
15526-
hidden?: boolean | null;
15527-
/**
15528-
* label
15529-
* @description Output label. Will be used as dataset name in history.
15530-
*/
15531-
label?: string | null;
15532-
/**
15533-
* name
15534-
* @description Parameter name. Used when referencing parameter in workflows.
15535-
*/
15536-
name?: string | null;
15537-
/** structure */
15538-
structure: components["schemas"]["ToolOutputCollectionStructure"];
15539-
/**
15540-
* @description discriminator enum property added by openapi-typescript
15541-
* @enum {string}
15542-
*/
15543-
type: "collection";
15544-
};
15545-
/** IncomingToolOutputCollection */
15546-
"IncomingToolOutputCollection-Output": {
15521+
IncomingToolOutputCollection: {
1554715522
/**
1554815523
* hidden
1554915524
* @description If true, the output will not be shown in the history.
@@ -24795,7 +24770,7 @@ export interface components {
2479524770
*/
2479624771
outputs: (
2479724772
| components["schemas"]["IncomingToolOutputDataset"]
24798-
| components["schemas"]["IncomingToolOutputCollection-Input"]
24773+
| components["schemas"]["IncomingToolOutputCollection"]
2479924774
| components["schemas"]["ToolOutputText"]
2480024775
| components["schemas"]["ToolOutputInteger"]
2480124776
| components["schemas"]["ToolOutputFloat"]
@@ -24894,7 +24869,7 @@ export interface components {
2489424869
*/
2489524870
outputs: (
2489624871
| components["schemas"]["IncomingToolOutputDataset"]
24897-
| components["schemas"]["IncomingToolOutputCollection-Output"]
24872+
| components["schemas"]["IncomingToolOutputCollection"]
2489824873
| components["schemas"]["ToolOutputText"]
2489924874
| components["schemas"]["ToolOutputInteger"]
2490024875
| components["schemas"]["ToolOutputFloat"]
@@ -26591,7 +26566,7 @@ export interface components {
2659126566
*/
2659226567
outputs: (
2659326568
| components["schemas"]["IncomingToolOutputDataset"]
26594-
| components["schemas"]["IncomingToolOutputCollection-Input"]
26569+
| components["schemas"]["IncomingToolOutputCollection"]
2659526570
| components["schemas"]["ToolOutputText"]
2659626571
| components["schemas"]["ToolOutputInteger"]
2659726572
| components["schemas"]["ToolOutputFloat"]

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ aiohappyeyeballs==2.6.1
55
aiohttp==3.13.5
66
aiosignal==1.4.0
77
alabaster==1.0.0
8+
annotated-types==0.7.0
89
ase==3.28.0
910
async-timeout==5.0.1 ; python_full_version < '3.11'
1011
attrs==26.1.0
@@ -41,7 +42,7 @@ docutils==0.22.4 ; python_full_version >= '3.11'
4142
dogpile-cache==1.5.0
4243
enum-tools==0.12.0
4344
exceptiongroup==1.3.1 ; python_full_version < '3.11'
44-
filelock==3.25.2
45+
filelock==3.28.0
4546
fluent-logger==0.11.1
4647
fonttools==4.62.1
4748
frozenlist==1.8.0
@@ -86,7 +87,7 @@ junit-xml==1.9
8687
keyring==25.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
8788
kiwisolver==1.5.0
8889
librt==0.9.0 ; platform_python_implementation != 'PyPy'
89-
lxml==6.0.3
90+
lxml==6.0.4
9091
markdown-it-py==3.0.0 ; python_full_version < '3.11'
9192
markdown-it-py==4.0.0 ; python_full_version >= '3.11'
9293
markdown-it-reporter==0.0.2
@@ -99,7 +100,7 @@ mistune==3.2.0
99100
more-itertools==11.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
100101
msgpack==1.1.2
101102
multidict==6.7.1
102-
mypy==1.20.0
103+
mypy==1.20.1
103104
mypy-extensions==1.1.0
104105
myst-parser==4.0.1 ; python_full_version < '3.11'
105106
myst-parser==5.0.0 ; python_full_version >= '3.11'
@@ -129,8 +130,10 @@ psycopg==3.3.3
129130
pyasn1==0.6.3
130131
pyasn1-modules==0.4.2
131132
pycparser==3.0 ; (implementation_name != 'PyPy' and implementation_name != 'pypy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
133+
pydantic==2.13.2
134+
pydantic-core==2.46.2
132135
pyee==13.0.1
133-
pygithub==2.9.0
136+
pygithub==2.9.1
134137
pygments==2.20.0
135138
pyjwt==2.12.1
136139
pynacl==1.6.2
@@ -174,7 +177,7 @@ rpds-py==0.30.0
174177
ruamel-yaml==0.19.1
175178
rucio-clients==39.4.1
176179
s3transfer==0.16.0
177-
schema-salad==8.9.20260327095315
180+
schema-salad==8.9.20260417192335
178181
scipy==1.15.3 ; python_full_version < '3.11'
179182
scipy==1.17.1 ; python_full_version >= '3.11'
180183
secretstorage==3.5.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
@@ -212,7 +215,8 @@ twine==6.2.0
212215
types-cachetools==6.2.0.20260408
213216
types-requests==2.33.0.20260408
214217
typing-extensions==4.15.0
215-
typos==1.45.0
218+
typing-inspection==0.4.2
219+
typos==1.45.1
216220
tzdata==2026.1 ; sys_platform == 'win32'
217221
url-normalize==2.2.1
218222
urllib3==2.6.3
@@ -222,4 +226,4 @@ websocket-client==1.9.0
222226
werkzeug==3.1.8
223227
wsproto==1.3.2
224228
yarl==1.23.0
225-
zipp==3.23.0 ; python_full_version < '3.12'
229+
zipp==3.23.1 ; python_full_version < '3.12'

lib/galaxy/dependencies/pinned-lint-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ flake8-bugbear==25.11.29
44
mccabe==0.7.0
55
pycodestyle==2.14.0
66
pyflakes==3.4.0
7-
ruff==0.15.10
7+
ruff==0.15.11

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv export --frozen --no-annotate --no-hashes --no-dev
33
a2wsgi==1.10.10
44
adal==1.2.7
5-
ag-ui-protocol==0.1.15
5+
ag-ui-protocol==0.1.16
66
aiobotocore==3.4.0
77
aiofile==3.9.0
88
aiofiles==25.1.0
@@ -14,7 +14,7 @@ alembic==1.18.4
1414
amqp==5.3.1
1515
annotated-doc==0.0.4
1616
annotated-types==0.7.0
17-
anthropic==0.94.0
17+
anthropic==0.96.0
1818
anyio==4.13.0
1919
apispec==6.10.0
2020
appdirs==1.4.4
@@ -32,7 +32,7 @@ bdbag==1.8.0
3232
beaker==1.13.0
3333
beartype==0.22.9
3434
billiard==4.2.4
35-
bioblend==1.8.0
35+
bioblend==1.9.0
3636
bleach==6.3.0
3737
boltons==25.0.0
3838
boto==2.49.0
@@ -53,15 +53,15 @@ click-plugins==1.1.1.2
5353
click-repl==0.3.0
5454
cloudauthz==0.6.0
5555
cloudbridge==3.2.0
56-
cohere==6.1.0 ; sys_platform != 'emscripten'
56+
cohere==5.21.1 ; sys_platform != 'emscripten'
5757
colorama==0.4.6 ; sys_platform == 'win32'
5858
coloredlogs==15.0.1
5959
conda-package-streaming==0.12.0
6060
cryptography==46.0.7
6161
ct3==3.4.0.post5
6262
cwl-upgrader==1.2.15
6363
cwl-utils==0.41
64-
cwltool==3.1.20260315121657
64+
cwltool==3.2.20260413085819
6565
cyclopts==4.10.2
6666
defusedxml==0.7.1
6767
deprecated==1.3.1
@@ -70,7 +70,7 @@ dictobj==0.4
7070
distro==1.9.0
7171
dnspython==2.8.0
7272
docopt==0.6.2
73-
docstring-parser==0.17.0
73+
docstring-parser==0.18.0
7474
docutils==0.21.2 ; python_full_version < '3.11'
7575
docutils==0.22.4 ; python_full_version >= '3.11'
7676
dparse==0.6.4
@@ -80,10 +80,10 @@ et-xmlfile==2.0.0
8080
eval-type-backport==0.3.1
8181
exceptiongroup==1.3.1
8282
executing==2.2.1
83-
fastapi==0.135.3
83+
fastapi==0.136.0
8484
fastavro==1.12.1 ; sys_platform != 'emscripten'
85-
fastmcp==3.2.3
86-
filelock==3.25.2
85+
fastmcp==3.2.4
86+
filelock==3.28.0
8787
fissix==24.4.24
8888
frozenlist==1.8.0
8989
fs==2.4.16
@@ -93,7 +93,7 @@ genai-prices==0.0.56
9393
google-api-core==2.30.3
9494
google-auth==2.49.2
9595
google-cloud-batch==0.21.0
96-
google-genai==1.72.0
96+
google-genai==1.73.1
9797
googleapis-common-protos==1.74.0
9898
gravity==1.2.1
9999
greenlet==3.4.0 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
@@ -104,18 +104,18 @@ grpcio-status==1.80.0
104104
gunicorn==25.3.0
105105
gxformat2==0.24.0
106106
h11==0.16.0
107-
h5grove==3.0.0
107+
h5grove==4.0.0
108108
h5py==3.16.0
109109
hf-xet==1.4.3 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
110110
httpcore==1.0.9
111111
httpx==0.28.1
112112
httpx-sse==0.4.3
113-
huggingface-hub==1.10.1
113+
huggingface-hub==1.11.0
114114
humanfriendly==10.0
115115
idna==3.11
116116
ijson==3.5.0
117117
importlib-metadata==8.7.1
118-
importlib-resources==6.5.2 ; python_full_version < '3.12'
118+
importlib-resources==7.1.0 ; python_full_version < '3.12'
119119
invoke==3.0.3
120120
isa-rwval==0.10.11
121121
isal==1.8.0
@@ -137,9 +137,9 @@ kombu==5.6.2
137137
lagom==2.7.7
138138
legacy-cgi==2.6.4 ; python_full_version >= '3.13'
139139
limits==5.8.0
140-
logfire==4.32.0
141-
logfire-api==4.32.0
142-
lxml==6.0.3
140+
logfire==4.32.1
141+
logfire-api==4.32.1
142+
lxml==6.0.4
143143
mako==1.3.11
144144
markdown==3.10.2
145145
markdown-it-py==3.0.0 ; python_full_version < '3.11'
@@ -148,7 +148,7 @@ markupsafe==3.0.3
148148
mcp==1.27.0
149149
mdurl==0.1.2
150150
mercurial==7.2.1
151-
mistralai==2.3.2
151+
mistralai==2.4.0
152152
mistune==3.2.0
153153
more-itertools==11.0.2
154154
mrcfile==1.5.4
@@ -164,7 +164,7 @@ nodejs-wheel-binaries==22.20.0
164164
numpy==2.2.6 ; python_full_version < '3.11'
165165
numpy==2.4.4 ; python_full_version >= '3.11'
166166
oauthlib==3.3.1
167-
openai==2.31.0
167+
openai==2.32.0
168168
openapi-pydantic==0.5.1
169169
openpyxl==3.1.5
170170
opentelemetry-api==1.39.1
@@ -198,12 +198,12 @@ pyasn1==0.6.3
198198
pyasn1-modules==0.4.2
199199
pycparser==3.0 ; (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') or (implementation_name == 'pypy' and platform_python_implementation == 'PyPy')
200200
pycryptodome==3.23.0
201-
pydantic==2.12.5
202-
pydantic-ai==1.80.0
203-
pydantic-ai-slim==1.80.0
204-
pydantic-core==2.41.5
205-
pydantic-evals==1.80.0
206-
pydantic-graph==1.80.0
201+
pydantic==2.13.2
202+
pydantic-ai==1.84.1
203+
pydantic-ai-slim==1.84.1
204+
pydantic-core==2.46.2
205+
pydantic-evals==1.84.1
206+
pydantic-graph==1.84.1
207207
pydantic-handlebars==0.1.0
208208
pydantic-settings==2.13.1
209209
pydantic-tes==0.4.0
@@ -250,7 +250,7 @@ rpds-py==0.30.0
250250
ruamel-yaml==0.19.1
251251
s3fs==2026.3.0
252252
s3transfer==0.16.0
253-
schema-salad==8.9.20260327095315
253+
schema-salad==8.9.20260417192335
254254
secretstorage==3.5.0 ; sys_platform == 'linux'
255255
setuptools==81.0.0
256256
shellingham==1.5.4
@@ -267,11 +267,12 @@ starlette==1.0.0
267267
starlette-context==0.5.1
268268
supervisor==4.3.0
269269
svgwrite==1.4.3
270-
temporalio==1.25.0
270+
temporalio==1.26.0
271271
tenacity==9.1.4
272272
text-unidecode==1.3
273273
tifffile==2025.5.10 ; python_full_version < '3.11'
274-
tifffile==2026.3.3 ; python_full_version >= '3.11'
274+
tifffile==2026.3.3 ; python_full_version == '3.11.*'
275+
tifffile==2026.4.11 ; python_full_version >= '3.12'
275276
tiktoken==0.12.0
276277
tinydb==4.8.2
277278
tokenizers==0.22.2 ; sys_platform != 'emscripten'
@@ -303,6 +304,6 @@ wrapt==1.17.3
303304
xai-sdk==1.11.0
304305
yacman==1.0.0
305306
yarl==1.23.0
306-
zipp==3.23.0
307+
zipp==3.23.1
307308
zipstream-new==1.1.8
308309
zstandard==0.25.0

lib/galaxy/dependencies/pinned-test-requirements.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ aiocop==1.1.4
44
aiohappyeyeballs==2.6.1
55
aiohttp==3.13.5
66
aiosignal==1.4.0
7+
annotated-types==0.7.0
78
ase==3.28.0
89
async-timeout==5.0.1 ; python_full_version < '3.11'
910
attrs==26.1.0
@@ -31,7 +32,7 @@ defusedxml==0.7.1
3132
dogpile-cache==1.5.0
3233
enum-tools==0.12.0
3334
exceptiongroup==1.3.1 ; python_full_version < '3.11'
34-
filelock==3.25.2
35+
filelock==3.28.0
3536
fluent-logger==0.11.1
3637
fonttools==4.62.1
3738
frozenlist==1.8.0
@@ -67,7 +68,7 @@ jsonschema-specifications==2025.9.1
6768
junit-xml==1.9
6869
kiwisolver==1.5.0
6970
librt==0.9.0 ; platform_python_implementation != 'PyPy'
70-
lxml==6.0.3
71+
lxml==6.0.4
7172
markdown-it-py==3.0.0 ; python_full_version < '3.11'
7273
markdown-it-py==4.0.0 ; python_full_version >= '3.11'
7374
markupsafe==3.0.3
@@ -77,7 +78,7 @@ mirakuru==3.0.2
7778
mistune==3.2.0
7879
msgpack==1.1.2
7980
multidict==6.7.1
80-
mypy==1.20.0
81+
mypy==1.20.1
8182
mypy-extensions==1.1.0
8283
numpy==2.2.6 ; python_full_version < '3.11'
8384
numpy==2.4.4 ; python_full_version >= '3.11'
@@ -104,6 +105,8 @@ psycopg==3.3.3
104105
pyasn1==0.6.3
105106
pyasn1-modules==0.4.2
106107
pycparser==3.0 ; (implementation_name != 'PyPy' and implementation_name != 'pypy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
108+
pydantic==2.13.2
109+
pydantic-core==2.46.2
107110
pyee==13.0.1
108111
pygments==2.20.0
109112
pyparsing==3.3.2
@@ -139,7 +142,7 @@ rpds-py==0.30.0
139142
ruamel-yaml==0.19.1
140143
rucio-clients==39.4.1
141144
s3transfer==0.16.0
142-
schema-salad==8.9.20260327095315
145+
schema-salad==8.9.20260417192335
143146
scipy==1.15.3 ; python_full_version < '3.11'
144147
scipy==1.17.1 ; python_full_version >= '3.11'
145148
selenium==4.43.0
@@ -163,7 +166,8 @@ tuspy==1.1.0
163166
types-cachetools==6.2.0.20260408
164167
types-requests==2.33.0.20260408
165168
typing-extensions==4.15.0
166-
typos==1.45.0
169+
typing-inspection==0.4.2
170+
typos==1.45.1
167171
tzdata==2026.1 ; sys_platform == 'win32'
168172
url-normalize==2.2.1
169173
urllib3==2.6.3
@@ -173,4 +177,4 @@ websocket-client==1.9.0
173177
werkzeug==3.1.8
174178
wsproto==1.3.2
175179
yarl==1.23.0
176-
zipp==3.23.0 ; python_full_version < '3.12'
180+
zipp==3.23.1 ; python_full_version < '3.12'

0 commit comments

Comments
 (0)