| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
⚠️ Please install the Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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:
|
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
Updated pixi lock, hope that fixes the failing integration tests. |
Sorry, something went wrong.
|
@nanohanno Merging another PR caused conflicts on this, can you please resolve the conflicts ? |
Sorry, something went wrong.
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? |
Sorry, something went wrong.
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>
* 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>
| Back | FazBrowse Home | New Git URL |
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
Testing Strategy
Misc