Skip to content

chore: 📦 Update dependencies#616

Merged
apaleyes merged 7 commits into
mainfrom
_bot/update-deps
Jun 8, 2026
Merged

chore: 📦 Update dependencies#616
apaleyes merged 7 commits into
mainfrom
_bot/update-deps

Conversation

@PasteurBot

Copy link
Copy Markdown
Contributor

This PR updates the lockfile to the latest versions of the dependencies.
Please review the changes and merge when ready.

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.20%. Comparing base (ddb5fb2) to head (8c5d2b1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #616      +/-   ##
==========================================
- Coverage   77.25%   77.20%   -0.05%     
==========================================
  Files          32       32              
  Lines        4528     4528              
  Branches      743      743              
==========================================
- Hits         3498     3496       -2     
- Misses        725      727       +2     
  Partials      305      305              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@apaleyes

apaleyes commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

So... some tests errored out because Starlette needed httpx2, other because it needed httpx. Turns out it needs both, and does not qualify, as far as dependency declaration goes:

[project.optional-dependencies]
full = [
    "itsdangerous",
    "jinja2",
    "python-multipart>=0.0.18",
    "pyyaml",
    "httpx>=0.27.0,<0.29.0",
    "httpx2>=2.0.0",
]

this is from their pyproject.toml. So I added both too, and now the tests are passing.

And, besides, codecov was erroring out. This I resolved by bumping codecov action version (released yesterday).

@xalelax xalelax left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with only a nit

Comment thread pyproject.toml
@apaleyes
apaleyes merged commit 524b958 into main Jun 8, 2026
51 checks passed
@apaleyes
apaleyes deleted the _bot/update-deps branch June 8, 2026 15:55
@pasteurlabs pasteurlabs locked and limited conversation to collaborators Jun 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants