Skip to content

Commit 23666a1

Browse files
Run python3 dev/update_ml_package_versions.py
Signed-off-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com>
1 parent 225eec2 commit 23666a1

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

mlflow/ml-package-versions.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pytorch:
3333
3434
models:
3535
minimum: "2.2.1"
36-
maximum: "2.9.1"
36+
maximum: "2.10.0"
3737
requirements:
3838
">= 0.0.0": ["torchvision", "scikit-learn"]
3939
">= 1.8": ["transformers"]
@@ -43,7 +43,7 @@ pytorch:
4343
4444
autologging:
4545
minimum: "2.2.1"
46-
maximum: "2.9.1"
46+
maximum: "2.10.0"
4747
requirements:
4848
">= 0.0.0": ["tensorboard"]
4949
run: |
@@ -59,7 +59,7 @@ pytorch-lightning:
5959
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git
6060
6161
autologging:
62-
minimum: "2.2.0.post0"
62+
minimum: "2.2.1"
6363
maximum: "2.6.1"
6464
requirements:
6565
">= 0.0.0":
@@ -75,7 +75,7 @@ pytorch-lightning:
7575
pytest tests/pytorch/test_pytorch_autolog.py
7676
7777
models:
78-
minimum: "2.2.0.post0"
78+
minimum: "2.2.1"
7979
maximum: "2.6.1"
8080
requirements:
8181
">= 0.0.0": ["pytorch-forecasting"]
@@ -146,15 +146,15 @@ xgboost:
146146
147147
models:
148148
minimum: "2.1.0"
149-
maximum: "3.1.3"
149+
maximum: "3.2.0"
150150
requirements:
151151
">= 0.0.0": ["scikit-learn"]
152152
run: |
153153
pytest tests/xgboost/test_xgboost_model_export.py
154154
155155
autologging:
156156
minimum: "2.1.0"
157-
maximum: "3.1.3"
157+
maximum: "3.2.0"
158158
requirements:
159159
">= 0.0.0": ["scikit-learn", "matplotlib"]
160160
run: |
@@ -239,7 +239,7 @@ semantic_kernel:
239239
240240
autologging:
241241
minimum: "1.34.0"
242-
maximum: "1.39.3"
242+
maximum: "1.39.4"
243243
requirements:
244244
">= 1.34.0": [
245245
"pydantic>=2.0,<2.12",
@@ -447,7 +447,7 @@ transformers:
447447
models:
448448
minimum: "4.38.2"
449449
# transformers 5.x is not supported yet
450-
maximum: "4.57.5"
450+
maximum: "5.1.0"
451451
test_every_n_versions: 4
452452
unsupported: [
453453
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
@@ -494,7 +494,7 @@ transformers:
494494
autologging:
495495
minimum: "4.38.2"
496496
# transformers 5.x is not supported yet
497-
maximum: "4.57.5"
497+
maximum: "5.1.0"
498498
test_every_n_versions: 4
499499
unsupported: [
500500
# https://github.com/huggingface/transformers/issues/38269
@@ -536,8 +536,8 @@ openai:
536536
install_dev: |
537537
pip install git+https://github.com/openai/openai-python
538538
models:
539-
minimum: "1.62.0"
540-
maximum: "2.18.0"
539+
minimum: "1.63.0"
540+
maximum: "2.20.0"
541541
requirements:
542542
">= 0.0.0": [
543543
"pyspark",
@@ -554,8 +554,8 @@ openai:
554554
# many test tasks for openai. Reducing the number of testing only for every 10 version.
555555
test_every_n_versions: 10
556556
autologging:
557-
minimum: "1.62.0"
558-
maximum: "2.18.0"
557+
minimum: "1.63.0"
558+
maximum: "2.20.0"
559559
requirements:
560560
">= 0.0.0": [
561561
"tiktoken",
@@ -604,7 +604,7 @@ langchain:
604604
models:
605605
# Where the large package update was made (langchain-core, community, ...)
606606
minimum: "0.3.19"
607-
maximum: "1.2.9"
607+
maximum: "1.2.10"
608608
requirements:
609609
">= 0.0.0": [
610610
"pyspark",
@@ -647,7 +647,7 @@ langchain:
647647
pytest tests/langchain --ignore tests/langchain/test_langchain_autolog.py
648648
autologging:
649649
minimum: "0.3.19"
650-
maximum: "1.2.9"
650+
maximum: "1.2.10"
651651
requirements:
652652
">= 0.0.0": [
653653
"openai",
@@ -683,7 +683,7 @@ langgraph:
683683
pip install --force-reinstall --no-deps git+https://github.com/langchain-ai/langgraph#subdirectory=libs/prebuilt
684684
685685
models:
686-
minimum: "0.2.71"
686+
minimum: "0.2.73"
687687
maximum: "1.0.8"
688688
requirements:
689689
">= 0.0.0": [
@@ -700,7 +700,7 @@ langgraph:
700700
pytest tests/langgraph --ignore tests/langgraph/test_langgraph_autolog.py
701701
702702
autologging:
703-
minimum: "0.2.71"
703+
minimum: "0.2.73"
704704
maximum: "1.0.8"
705705
requirements:
706706
">= 0.0.0": [
@@ -727,8 +727,8 @@ llama_index:
727727
pip install git+https://github.com/run-llama/llama_index.git
728728
models:
729729
# New event/span framework is fully implemented in 0.10.44
730-
minimum: "0.12.17"
731-
maximum: "0.14.13"
730+
minimum: "0.12.18"
731+
maximum: "0.14.14"
732732
requirements:
733733
">= 0.0.0": [
734734
# Versions 1.99.2 - 1.99.8 contain regressions:
@@ -748,8 +748,8 @@ llama_index:
748748
]
749749
run: pytest tests/llama_index --ignore tests/llama_index/test_llama_index_autolog.py --ignore tests/llama_index/test_llama_index_tracer.py
750750
autologging:
751-
minimum: "0.12.17"
752-
maximum: "0.14.13"
751+
minimum: "0.12.18"
752+
maximum: "0.14.14"
753753
requirements:
754754
">= 0.0.0": [
755755
# Versions 1.99.2 - 1.99.8 contain regressions:
@@ -768,8 +768,8 @@ ag2:
768768
pip_release: "ag2"
769769
module_name: "autogen"
770770
autologging:
771-
minimum: "0.7.4"
772-
maximum: "0.10.5"
771+
minimum: "0.7.5"
772+
maximum: "0.11.0"
773773
requirements:
774774
">= 0.0.0": [
775775
# Required to run tests/openai/mock_openai.py
@@ -813,8 +813,8 @@ gemini:
813813
install_dev: |
814814
pip install git+https://github.com/googleapis/python-genai
815815
autologging:
816-
minimum: "1.2.0"
817-
maximum: "1.62.0"
816+
minimum: "1.3.0"
817+
maximum: "1.63.0"
818818
requirements:
819819
run: |
820820
# Install legacy gemini SDK to ensure the integration works for the legacy SDK
@@ -849,7 +849,7 @@ crewai:
849849
install_dev: |
850850
pip install git+https://github.com/crewAIInc/crewAI#subdirectory=lib/crewai
851851
autologging:
852-
minimum: "0.102.0"
852+
minimum: "0.105.0"
853853
maximum: "1.9.3"
854854
unsupported: ["==0.114.0"]
855855
requirements:
@@ -897,7 +897,7 @@ pydantic_ai:
897897
"git+https://github.com/pydantic/pydantic-ai.git#egg=pydantic-ai"
898898
autologging:
899899
minimum: "0.1.9"
900-
maximum: "1.57.0"
900+
maximum: "1.58.0"
901901
requirements:
902902
">= 0.0.0": ["mcp"]
903903
run: pytest tests/pydantic_ai
@@ -933,7 +933,7 @@ strands:
933933
pip install "git+https://github.com/strands-agents/sdk-python"
934934
autologging:
935935
minimum: "1.4.0"
936-
maximum: "1.25.0"
936+
maximum: "1.26.0"
937937
run: pytest tests/strands
938938
test_tracing_sdk: true
939939

@@ -946,7 +946,7 @@ haystack:
946946
pip install git+https://github.com/deepset-ai/haystack
947947
autologging:
948948
minimum: "2.0.0"
949-
maximum: "2.23.0"
949+
maximum: "2.24.0"
950950
requirements:
951951
run: pytest tests/haystack
952952
test_tracing_sdk: true
@@ -967,7 +967,7 @@ mistral:
967967
rm -rf $TMP_DIR
968968
autologging:
969969
minimum: "1.5.1"
970-
maximum: "1.12.0"
970+
maximum: "1.12.1"
971971
requirements:
972972
run: pytest tests/mistral
973973
test_tracing_sdk: true
@@ -1057,7 +1057,7 @@ bedrock:
10571057
module_name: "boto3"
10581058
autologging:
10591059
# BedrockRuntime client is added in boto3 1.33
1060-
minimum: "1.36.18"
1061-
maximum: "1.42.45"
1060+
minimum: "1.36.20"
1061+
maximum: "1.42.47"
10621062
run: pytest tests/bedrock
10631063
test_tracing_sdk: true

0 commit comments

Comments
 (0)