Skip to content

chore(deps): update default uv tools#130

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/default-uv-tools
Open

chore(deps): update default uv tools#130
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/default-uv-tools

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
anyio (changelog) ==4.14.1==4.14.2 age confidence
certifi ==2026.6.17==2026.7.22 age confidence
honcho-ai ==2.1.2==2.2.0 age confidence
honcho-cli ==0.1.1==0.1.2 age confidence
pydantic-core ==2.46.4==2.47.0 age confidence
typer (changelog) ==0.26.7==0.27.0 age confidence
typing-extensions (changelog) ==4.15.0==4.16.0 age confidence

Release Notes

agronholm/anyio (anyio)

v4.14.2

Compare Source

  • Changed ByteReceiveStream.receive() implementations to raise a ValueError when max_bytes is not a positive integer (#​1191)
  • Fixed CapacityLimiter.total_tokens rejecting float("inf") when the limiter was instantiated outside of an event loop. The adapter setter checked for infinity by identity (value is math.inf), so only the exact math.inf singleton was accepted, while every backend setter (using math.isinf()) accepts any positive infinity (#​1189; PR by @​greymoth-jp).
  • Fixed to_process.run_sync() deadlocking when the worker function writes enough data to sys.stderr to fill the (undrained) pipe buffer. The worker process now redirects sys.stderr to os.devnull as well, matching the documented behavior
  • Fixed TLSStream.wrap() matching an internationalized (unicode) host name against the peer certificate using IDNA 2003 (via the standard library) instead of IDNA 2008, which could cause the host name to be matched against the wrong certificate (#​1208)
  • Fixed anyio.open_process() (and run_process()) ignoring the extra_groups argument, as it mistakenly passed the value of the group argument instead (#​1209)
  • Fixed CapacityLimiter.acquire_nowait() and CapacityLimiter.acquire_nowait_on_behalf_of() raising trio.WouldBlock instead of anyio.WouldBlock on the trio backend when there are no tokens available (#​1218)
  • Fixed CapacityLimiter on the asyncio backend over-granting tokens (borrowed_tokens exceeding total_tokens and available_tokens going negative) when a non-blocking acquire was made in the window between a token being released and the notified waiter resuming. The freed token is now reserved for the woken waiter right away, so the non-blocking acquire correctly raises WouldBlock (#​1170; PR by @​gaoflow)
  • Fixed unnecessary CPU spin when delivering cancellation from CancelScope on asyncio under certain conditions, including improper cancel scope nesting (#​1111)
certifi/python-certifi (certifi)

v2026.7.22

Compare Source

plastic-labs/honcho (honcho-ai)

v2.2.0

Added
  • Arbitrary filters now available on all search endpoints
  • Search combines full-text and semantic using reciprocal rank fusion
  • Webhook support (currently only supports queue_empty and test events, more to come)
  • Small test harness and custom test format for evaluating Honcho output quality
  • Added MCP server and documentation for it
Changed
  • Search has 10 results by default, max 100 results
  • Queue structure generalized to handle more event types
  • Summarizer now exhaustive by default and tuned for performance
Fixed
  • Resolve race condition for peers that leave a session while sending messages
  • Added explicit rollback to solve integrity error in queue
  • Re-introduced Sentry tracing to deriver
  • Better integrity logic in get_or_create API methods
fastapi/typer (typer)

v0.27.0

Compare Source

Breaking Changes
Internal

v0.26.8

Compare Source

Fixes
  • 🐛 Make second column of Rich help output reflect the type consistently, even when using metavar. PR #​1410 by @​svlandeg.
  • 🐛 Fix formatting in NoSuchOption.format_message(). PR #​1843 by @​foomunleong.
Docs
  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #​1850 by @​tiangolo.
  • 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR #​1826 by @​phalberg.
Internal
python/typing_extensions (typing-extensions)

v4.16.0

Compare Source

No user-facing changes since 4.16.0rc2.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Between 12:00 AM and 02:59 AM (* 0-2 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security

socket-security Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpypi/​certifi@​2026.7.2210010010010070
Addedpypi/​anyio@​4.14.297100100100100
Updatedpypi/​typer@​0.26.7 ⏵ 0.27.097 +1100100100100
Updatedpypi/​honcho-cli@​0.1.1 ⏵ 0.1.2100 +1100100 +1100100
Addedpypi/​typing-extensions@​4.16.0100100100100100
Updatedpypi/​pydantic-core@​2.46.4 ⏵ 2.47.0100 +1100100100100
Updatedpypi/​honcho-ai@​2.1.2 ⏵ 2.2.0100 +1100100100100

View full report

@renovate
renovate Bot force-pushed the renovate/default-uv-tools branch from 6acf683 to e78e330 Compare June 26, 2026 11:46
@renovate renovate Bot changed the title chore(deps): update dependency pydantic-core to v2.47.0 chore(deps): update default uv tools Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/default-uv-tools branch from e78e330 to e3e9e02 Compare July 2, 2026 17:48
@renovate
renovate Bot force-pushed the renovate/default-uv-tools branch 2 times, most recently from 5a1312c to d438636 Compare July 15, 2026 22:30
@renovate
renovate Bot force-pushed the renovate/default-uv-tools branch from d438636 to d894fd9 Compare July 21, 2026 03:48
@renovate
renovate Bot force-pushed the renovate/default-uv-tools branch from d894fd9 to 0930c85 Compare July 22, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants