chore: Remove upper version bound for uvicorn - #6662
Conversation
34bba5d to
c72e1a4
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6662 +/- ##
=======================================
Coverage 46.45% 46.46%
=======================================
Files 414 414
Lines 50138 50138
Branches 7173 7173
=======================================
+ Hits 23294 23295 +1
Misses 25204 25204
+ Partials 1640 1639 -1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
I had to do some changes on ruff config and markdown files due to the recent ruff version update that changes default rules and enables python formatting in markdown blocks: https://astral.sh/blog/ruff-v0.16.0 |
|
Updated pixi lock, hope that fixes the failing integration tests. |
|
@nanohanno Merging another PR caused conflicts on this, can you please resolve the conflicts ? |
5a47b1e to
0c73447
Compare
Sure, I rebased and executed the pixi locking again just to be safe. Could the unit-test-go failure be solved by re-running the job or is that somehow touched by the changes? |
Signed-off-by: nanohanno <kuepers@posteo.de>
Signed-off-by: nanohanno <kuepers@posteo.de>
Signed-off-by: nanohanno <kuepers@posteo.de>
Signed-off-by: nanohanno <kuepers@posteo.de>
Signed-off-by: nanohanno <kuepers@posteo.de>
Signed-off-by: nanohanno <kuepers@posteo.de>
0c73447 to
eb46846
Compare
* chore: Remove upper version bound for uvicorn Signed-off-by: nanohanno <kuepers@posteo.de> * chore: Use old ruff default rule set Signed-off-by: nanohanno <kuepers@posteo.de> * chore: Ruff format on md files Signed-off-by: nanohanno <kuepers@posteo.de> * chore: Update pixi lock Signed-off-by: nanohanno <kuepers@posteo.de> * chore: Bump pixi version in ci to v0.75.0 Signed-off-by: nanohanno <kuepers@posteo.de> * fix: Suppress code block formatting in nlp tutorial Signed-off-by: nanohanno <kuepers@posteo.de> --------- Signed-off-by: nanohanno <kuepers@posteo.de>
What this PR does / why we need it:
Removes the upper bound for uvicorn which is very restrictive now that uvicorn is at v0.52.0.
It picks up where PR #5802 left.
I had to make two changes in the Makefile that were assisted by AI to get the dependency locking recipe working.
Which issue(s) this PR fixes:
Fixes #5677
Checks
git commit -s)Testing Strategy
Misc