Skip to content

Commit 68b8189

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 4d27dbb commit 68b8189

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

mlflow/ml-package-versions.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ sklearn:
66
pip install git+https://github.com/scikit-learn/scikit-learn.git
77
88
models:
9-
minimum: "1.4.0"
9+
minimum: "1.4.1.post1"
1010
maximum: "1.8.0"
1111
run: |
1212
pytest tests/sklearn/test_sklearn_model_export.py
1313
1414
autologging:
15-
minimum: "1.4.0"
15+
minimum: "1.4.1.post1"
1616
maximum: "1.8.0"
1717
requirements:
1818
">= 0.0.0": ["matplotlib"]
@@ -90,8 +90,8 @@ keras:
9090
pip install --upgrade git+https://github.com/keras-team/keras.git
9191
9292
models:
93-
minimum: "3.0.3"
94-
maximum: "3.13.0"
93+
minimum: "3.0.5"
94+
maximum: "3.13.1"
9595
requirements:
9696
">= 3.0.0": ["jax[cpu]>0.4"]
9797
"< 3.10.0": ["jax[cpu]<0.6"]
@@ -100,8 +100,8 @@ keras:
100100
pytest tests/keras/test_callback.py
101101
102102
autologging:
103-
minimum: "3.0.3"
104-
maximum: "3.13.0"
103+
minimum: "3.0.5"
104+
maximum: "3.13.1"
105105
requirements:
106106
">= 3.0.0": ["jax[cpu]>0.4"]
107107
"< 3.10.0": ["jax[cpu]<0.6"]
@@ -241,7 +241,7 @@ semantic_kernel:
241241
242242
autologging:
243243
minimum: "1.34.0"
244-
maximum: "1.39.0"
244+
maximum: "1.39.2"
245245
requirements:
246246
">= 1.34.0": [
247247
"pydantic>=2.0,<2.12",
@@ -448,7 +448,7 @@ transformers:
448448
pip install git+https://github.com/huggingface/transformers
449449
models:
450450
minimum: "4.38.2"
451-
maximum: "4.57.5"
451+
maximum: "4.57.6"
452452
test_every_n_versions: 4
453453
unsupported: [
454454
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
@@ -494,7 +494,7 @@ transformers:
494494
pytest tests/transformers/test_transformers_model_export.py -k "test_transformers_pt_model_save_dependencies_without_accelerate"
495495
autologging:
496496
minimum: "4.38.2"
497-
maximum: "4.57.5"
497+
maximum: "4.57.6"
498498
test_every_n_versions: 4
499499
unsupported: [
500500
# https://github.com/huggingface/transformers/issues/38269
@@ -536,7 +536,7 @@ openai:
536536
install_dev: |
537537
pip install git+https://github.com/openai/openai-python
538538
models:
539-
minimum: "1.59.8"
539+
minimum: "1.60.0"
540540
maximum: "2.15.0"
541541
requirements:
542542
">= 0.0.0": [
@@ -554,7 +554,7 @@ 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.59.8"
557+
minimum: "1.60.0"
558558
maximum: "2.15.0"
559559
requirements:
560560
">= 0.0.0": [
@@ -580,14 +580,14 @@ dspy:
580580
pip install git+https://github.com/stanfordnlp/dspy.git
581581
models:
582582
minimum: "2.6.0"
583-
maximum: "3.1.0"
583+
maximum: "3.1.2"
584584
requirements:
585585
">= 0.0.0": ["openai"]
586586
run: |
587587
pytest tests/dspy --ignore tests/dspy/test_dspy_autolog.py
588588
autologging:
589589
minimum: "2.6.0"
590-
maximum: "3.1.0"
590+
maximum: "3.1.2"
591591
requirements:
592592
">= 0.0.0": ["openai"]
593593
run: |
@@ -603,8 +603,8 @@ langchain:
603603
pip install git+https://github.com/langchain-ai/langchain#subdirectory=libs/langchain_v1
604604
models:
605605
# Where the large package update was made (langchain-core, community, ...)
606-
minimum: "0.3.15"
607-
maximum: "1.2.3"
606+
minimum: "0.3.16"
607+
maximum: "1.2.6"
608608
requirements:
609609
">= 0.0.0": [
610610
"pyspark",
@@ -646,8 +646,8 @@ langchain:
646646
# Run all langchain tests except autologging
647647
pytest tests/langchain --ignore tests/langchain/test_langchain_autolog.py
648648
autologging:
649-
minimum: "0.3.15"
650-
maximum: "1.2.3"
649+
minimum: "0.3.16"
650+
maximum: "1.2.6"
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.63"
686+
minimum: "0.2.67"
687687
maximum: "1.0.6"
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.63"
703+
minimum: "0.2.67"
704704
maximum: "1.0.6"
705705
requirements:
706706
">= 0.0.0": [
@@ -727,7 +727,7 @@ 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.11"
730+
minimum: "0.12.13"
731731
maximum: "0.14.12"
732732
requirements:
733733
">= 0.0.0": [
@@ -748,7 +748,7 @@ 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.11"
751+
minimum: "0.12.13"
752752
maximum: "0.14.12"
753753
requirements:
754754
">= 0.0.0": [
@@ -768,8 +768,8 @@ ag2:
768768
pip_release: "ag2"
769769
module_name: "autogen"
770770
autologging:
771-
minimum: "0.7.1"
772-
maximum: "0.10.3"
771+
minimum: "0.7.2"
772+
maximum: "0.10.4"
773773
requirements:
774774
">= 0.0.0": [
775775
# Required to run tests/openai/mock_openai.py
@@ -814,7 +814,7 @@ gemini:
814814
pip install git+https://github.com/googleapis/python-genai
815815
autologging:
816816
minimum: "1.0.0"
817-
maximum: "1.57.0"
817+
maximum: "1.59.0"
818818
requirements:
819819
run: |
820820
# Install legacy gemini SDK to ensure the integration works for the legacy SDK
@@ -831,7 +831,7 @@ anthropic:
831831
install_dev: |
832832
pip install git+https://github.com/anthropics/anthropic-sdk-python
833833
autologging:
834-
minimum: "0.43.1"
834+
minimum: "0.45.0"
835835
maximum: "0.76.0"
836836
requirements:
837837
run: pytest tests/anthropic
@@ -849,8 +849,8 @@ crewai:
849849
install_dev: |
850850
pip install git+https://github.com/crewAIInc/crewAI#subdirectory=lib/crewai
851851
autologging:
852-
minimum: "0.95.0"
853-
maximum: "1.7.1"
852+
minimum: "0.100.0"
853+
maximum: "1.8.1"
854854
unsupported: ["==0.114.0"]
855855
requirements:
856856
run: pytest tests/crewai
@@ -867,7 +867,7 @@ agno:
867867
pip install git+https://github.com/agno-agi/agno.git#subdirectory=libs/agno
868868
autologging:
869869
minimum: "1.7.0"
870-
maximum: "2.3.14"
870+
maximum: "2.4.0"
871871
requirements:
872872
">= 0.0.0": ["anthropic", "yfinance"]
873873
">= 2.0.0": ["opentelemetry-exporter-otlp", "openinference-instrumentation-agno"]
@@ -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.42.0"
900+
maximum: "1.44.0"
901901
requirements:
902902
">= 0.0.0": ["mcp"]
903903
run: pytest tests/pydantic_ai
@@ -913,7 +913,7 @@ smolagents:
913913
pip install "git+https://github.com/huggingface/smolagents"
914914
autologging:
915915
minimum: "1.14.0"
916-
maximum: "1.23.0"
916+
maximum: "1.24.0"
917917
requirements:
918918
"< 1.21.0": ["duckduckgo-search"]
919919
# `duckduckgo_search` has been renamed to `ddgs`:
@@ -965,8 +965,8 @@ mistral:
965965
pip install .
966966
rm -rf $TMP_DIR
967967
autologging:
968-
minimum: "1.3.1"
969-
maximum: "1.10.0"
968+
minimum: "1.5.0"
969+
maximum: "1.10.1"
970970
requirements:
971971
run: pytest tests/mistral
972972
test_tracing_sdk: true
@@ -1001,7 +1001,7 @@ johnsnowlabs:
10011001
package_info:
10021002
pip_release: "johnsnowlabs"
10031003
models:
1004-
minimum: "5.2.1"
1004+
minimum: "5.2.3"
10051005
maximum: "6.2.0"
10061006
requirements:
10071007
">= 0.0.0": ["pandas<=1.5.3"]
@@ -1057,7 +1057,7 @@ bedrock:
10571057
module_name: "boto3"
10581058
autologging:
10591059
# BedrockRuntime client is added in boto3 1.33
1060-
minimum: "1.36.0"
1061-
maximum: "1.42.27"
1060+
minimum: "1.36.4"
1061+
maximum: "1.42.31"
10621062
run: pytest tests/bedrock
10631063
test_tracing_sdk: true

0 commit comments

Comments
 (0)