Skip to content

Commit

Permalink
Run python3 dev/update_ml_package_versions.py
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <[email protected]>
  • Loading branch information
mlflow-automation committed Nov 15, 2024
1 parent 8bd1a8c commit 72e66c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ openai:
pip install git+https://github.com/openai/openai-python
models:
minimum: "1.0.1"
maximum: "1.54.3"
maximum: "1.54.4"
requirements:
">= 0.0.0": [
"pyspark",
Expand All @@ -635,7 +635,7 @@ openai:
pytest tests/openai tests/openai/test_openai_model_export.py
autologging:
minimum: "1.17.0"
maximum: "1.54.3"
maximum: "1.54.4"
python:
# OpenAI Swarm requires Python >=3.10
">= 1.33.0": "3.10"
Expand Down Expand Up @@ -780,7 +780,7 @@ llama_index:
models:
# New event/span framework is fully implemented in 0.10.44
minimum: "0.10.44"
maximum: "0.11.22"
maximum: "0.11.23"
requirements:
">= 0.0.0": [
"openai",
Expand All @@ -798,7 +798,7 @@ llama_index:
run: pytest tests/llama_index --ignore tests/llama_index/test_llama_index_autolog.py --ignore tests/llama_index/test_llama_index_tracer.py
autologging:
minimum: "0.10.44"
maximum: "0.11.22"
maximum: "0.11.23"
requirements:
">= 0.0.0": [
"openai",
Expand Down
8 changes: 4 additions & 4 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@
},
"models": {
"minimum": "1.0.1",
"maximum": "1.54.3"
"maximum": "1.54.4"
},
"autologging": {
"minimum": "1.17.0",
"maximum": "1.54.3"
"maximum": "1.54.4"
}
},
"dspy": {
Expand Down Expand Up @@ -296,11 +296,11 @@
},
"models": {
"minimum": "0.10.44",
"maximum": "0.11.22"
"maximum": "0.11.23"
},
"autologging": {
"minimum": "0.10.44",
"maximum": "0.11.22"
"maximum": "0.11.23"
}
},
"autogen": {
Expand Down

0 comments on commit 72e66c6

Please sign in to comment.