-
Notifications
You must be signed in to change notification settings - Fork 293
[Model Monitoring] Remove sniffio from the Evidently app requirements [1.10.x]
#9067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…10.x] (mlrun#9045)" This reverts commit 4c90a53.
sniffio [1.10.x]sniffio from the Evidently app requirements [1.10.x]
|
@jond01 why do you need to update the lockfiles? |
| --hash=sha256:be8f91813854722b7a2f37cbb57d76977050a96b2427d3c4455d406f0f4fcd50 | ||
| litestar==2.19.0 \ | ||
| --hash=sha256:849971d097a6118f81235531fc0f342d797bd29d9aef9c23230559f124d16247 \ | ||
| --hash=sha256:c2663a7f48a7ed273615260c23fc76dbef2ca0d539ece25318772b737470c531 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@assaf758 the lock files update is needed for this
| litestar==2.18.0 \ | ||
| --hash=sha256:459ec993bafe47245c981d802a0a0c73f47c98313b3c4e47923eebe978f0e511 \ | ||
| --hash=sha256:be8f91813854722b7a2f37cbb57d76977050a96b2427d3c4455d406f0f4fcd50 | ||
| litestar==2.19.0 \ | ||
| --hash=sha256:849971d097a6118f81235531fc0f342d797bd29d9aef9c23230559f124d16247 \ | ||
| --hash=sha256:c2663a7f48a7ed273615260c23fc76dbef2ca0d539ece25318772b737470c531 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here
…ts [1.10.x] (mlrun#9067) ### 📝 Description Revert mlrun#9045 following [`litestar` 2.19.0](https://github.com/litestar-org/litestar/releases/tag/v2.19.0). --- ### 🛠️ Changes Made Remove the explicit `sniffio` requirement from the Evidently app and update the lock files. --- ### ✅ Checklist - [x] I have tested the changes in this PR - [x] I confirmed whether my changes are covered by system tests --- ### 🧪 Testing I ran `"tests/system/model_monitoring/test_app.py::TestMonitoringAppFlow::test_app_flow[True-True]"` and it passed successfully. --- ### 🔗 References - Ticket link: [ML-11776](https://iguazio.atlassian.net/browse/ML-11776) --- ### 🚨 Breaking Changes? - [x] No [ML-11776]: https://iguazio.atlassian.net/browse/ML-11776?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ # Conflicts: # dockerfiles/gpu/locked-requirements.txt # dockerfiles/jupyter/locked-requirements.txt # dockerfiles/mlrun-api/locked-requirements.txt # dockerfiles/mlrun-kfp/locked-requirements.txt # dockerfiles/mlrun/locked-requirements.txt # dockerfiles/test-system/locked-requirements.txt # dockerfiles/test/locked-requirements.txt
📝 Description
Revert #9045 following
litestar2.19.0.🛠️ Changes Made
Remove the explicit
sniffiorequirement from the Evidently app and update the lock files.✅ Checklist
🧪 Testing
I ran
"tests/system/model_monitoring/test_app.py::TestMonitoringAppFlow::test_app_flow[True-True]"and it passed successfully.🔗 References
🚨 Breaking Changes?