Skip to content

Commit 618330a

Browse files
Run python3 dev/update_requirements.py && python3 bin/...
Signed-off-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com>
1 parent d70a58a commit 618330a

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

libs/skinny/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"opentelemetry-api<3,>=1.9.0",
3636
"opentelemetry-proto<3,>=1.9.0",
3737
"opentelemetry-sdk<3,>=1.9.0",
38-
"packaging<26",
38+
"packaging<27",
3939
"protobuf<7,>=3.12.0",
4040
"pydantic<3,>=2.0.0",
4141
"python-dotenv<2,>=0.19.0",

libs/tracing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"opentelemetry-api<3,>=1.9.0",
3131
"opentelemetry-proto<3,>=1.9.0",
3232
"opentelemetry-sdk<3,>=1.9.0",
33-
"packaging<26",
33+
"packaging<27",
3434
"protobuf<7,>=3.12.0",
3535
"pydantic<3,>=2.0.0",
3636
]

pyproject.release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ dependencies = [
3535
"cryptography<47,>=43.0.0",
3636
"docker<8,>=4.0.0",
3737
"graphene<4",
38-
"gunicorn<24; platform_system != 'Windows'",
38+
"gunicorn<25; platform_system != 'Windows'",
3939
"huey<3,>=2.5.4",
4040
"matplotlib<4",
4141
"numpy<3",
42-
"pandas<3",
43-
"pyarrow<23,>=4.0.0",
42+
"pandas<4",
43+
"pyarrow<24,>=4.0.0",
4444
"scikit-learn<2",
4545
"scipy<2",
4646
"skops<1",

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ dependencies = [
3939
"fastapi<1",
4040
"gitpython<4,>=3.1.9",
4141
"graphene<4",
42-
"gunicorn<24; platform_system != 'Windows'",
42+
"gunicorn<25; platform_system != 'Windows'",
4343
"huey<3,>=2.5.4",
4444
"importlib_metadata<9,>=3.7.0,!=4.7.0",
4545
"matplotlib<4",
4646
"numpy<3",
4747
"opentelemetry-api<3,>=1.9.0",
4848
"opentelemetry-proto<3,>=1.9.0",
4949
"opentelemetry-sdk<3,>=1.9.0",
50-
"packaging<26",
51-
"pandas<3",
50+
"packaging<27",
51+
"pandas<4",
5252
"protobuf<7,>=3.12.0",
53-
"pyarrow<23,>=4.0.0",
53+
"pyarrow<24,>=4.0.0",
5454
"pydantic<3,>=2.0.0",
5555
"python-dotenv<2,>=0.19.0",
5656
"pyyaml<7,>=5.1",

requirements/core-requirements.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scipy:
3333

3434
pandas:
3535
pip_release: pandas
36-
max_major_version: 2
36+
max_major_version: 3
3737

3838
sqlalchemy:
3939
pip_release: sqlalchemy
@@ -47,7 +47,7 @@ cryptography:
4747

4848
gunicorn:
4949
pip_release: gunicorn
50-
max_major_version: 23
50+
max_major_version: 24
5151
markers: "platform_system != 'Windows'"
5252

5353
waitress:
@@ -66,7 +66,7 @@ skops:
6666
pyarrow:
6767
pip_release: pyarrow
6868
minimum: "4.0.0"
69-
max_major_version: 22
69+
max_major_version: 23
7070

7171
matplotlib:
7272
pip_release: matplotlib

requirements/skinny-requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requests:
4040

4141
packaging:
4242
pip_release: packaging
43-
max_major_version: 25
43+
max_major_version: 26
4444

4545
importlib_metadata:
4646
pip_release: importlib_metadata

requirements/tracing-requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protobuf:
1111

1212
packaging:
1313
pip_release: packaging
14-
max_major_version: 25
14+
max_major_version: 26
1515

1616
# Required for tracing
1717
cachetools:

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)