release: v3.2.9#1261
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1261 +/- ##
==========================================
+ Coverage 89.64% 89.68% +0.04%
==========================================
Files 48 48
Lines 4771 4771
==========================================
+ Hits 4277 4279 +2
+ Misses 494 492 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
benoit-cty
left a comment
There was a problem hiding this comment.
Thanks Inigo,
What would be included in this release ?
| - Run `uv run python .github/pyproject_versions.py -c` to check version consistancy. | ||
| - Update the dependencies with `uv sync --upgrade` | ||
| - Update the API dependencies with `cd carbonserver && uv sync --upgrade && cd ..` | ||
| - Export API requirements with `uv run task carbonserver-api-requirements` |
There was a problem hiding this comment.
Can you explain why you remove these lines ?
There was a problem hiding this comment.
Because there is no need to update the carbonserver anymore. When we release we just update the package and client. Now they have 2 separated pyproject.toml and they do not depend to each other.
We did this on purpose, so dependencies of the package do not affect dependencies on the server and viceversa.
See https://github.com/mlco2/codecarbon/blob/master/pyproject.toml and https://github.com/mlco2/codecarbon/blob/master/carbonserver/pyproject.toml
|
Nice thanks @benoit-cty for the comment with what is included! |
Description
Create new release of the package