Rene Leonhardt
Rene Leonhardt
Could you explain what this pull request changes? I see a bugfix and two features.
When will the sqlalchemy updates be merged?
2.0.41 has been released, can this be merged?
@desertaxle Can you fix the segfault in python 3.9 sqlite? Python 3.8 support ended 8 months ago, 3.9 ends in 5 months...
@klieret SWE-smith has been released 🚀 Can the review continue or be repeated? @jpaodev Can you improve the coverage?
Hello @jpaodev to me it looks much better, but my contributions have been rejected, I'm afraid you have to wait a little longer for a review.
Example run in astral-sh/uv: ```shell uv upgrade --recursive ``` ```diff diff --git a/ecosystem/github-wikidata-bot/pyproject.toml b/ecosystem/github-wikidata-bot/pyproject.toml index eb430f513..7fceea56d 100644 --- a/ecosystem/github-wikidata-bot/pyproject.toml +++ b/ecosystem/github-wikidata-bot/pyproject.toml @@ -12,17 +12,17 @@ dependencies = [ "CacheControl[filecache]>=0.14,=0.6.4,=2.7.1", -...
```shell uv upgrade --recursive --types=prod,dev,extra,group ```
> This seems to only upgrade upper bounds and not lower bounds; Is this the intended behavior? In general, yes: It extends the previous upper bound to include a higher...
It seems CI is disabled and I can't find tests, please double-check the staticcheck fixes, especially cert.go:125 ```go pkcs12.Modern.Encode() // no rand.Reader anymore ```