Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Python

13 items on 07 Aug 2026
Python GitHub AI

anthropics/anthropic-sdk-python: v0.121.0

0.121.0 (2026-08-07) Full Changelog: v0.120.2...v0.121.0 Features api: add mid-conversation-tool-changes-2026-07-01 beta (c7d1531) api: add support for session budgets, advisor tool, pinned inference location and skills…

Source: Anthropic Python SDK Releases stainless-app[bot]
Python

PEP 842: Module Exports (new revision)

I’ve created a new revision of PEP 842 based on the feedback from the first discussion thread. In short, the PEP now proposes an export (soft) keyword, while still using the __export__ list as the backend. Get it while…

Source: Python PEPs Peter Bierma
Python GitHub

astral-sh/uv: 0.12.3

Release Notes Released on 2026-08-07. Python Add CPython 3.13.15 (#20997) Preview features Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#20992) Preserve JSON output from…

Source: uv Releases astral-automations-bot[bot]
Django GitHub Python

encode/django-rest-framework: 3.18.0

What's Changed Breaking changes Drop support for Django 4.2, Django 5.0 and Django 5.1 by @p-r-a-v-i-n in #9899 Change errors for list serializers (many=True) to dict format by @p-r-a-v-i-n in #9837 Features Add…

Source: Django REST Framework Releases github-actions[bot]
Python GitHub Rust

astral-sh/ruff: 0.16.2

Release Notes Released on 2026-08-06. Bug fixes [flake8-pyi] Avoid false positives on singledispatch functions (PYI041) (#27335) Server Register formatting capabilities dynamically to exclude TOML files (#27332)…

Source: Ruff Releases github-actions[bot]
Python

Add `getprotobynumber` to the `socket` module

getprotobyname already exists there. This should be trivial to implement. getservbyport also exists. If we do it for /etc/services, then why not /etc/protocols? It doesn’t make sense to make a multiplication table:…

Source: Python Ideas Herbanonymous
Python GitHub Hardware

home-assistant/core: 2026.8.1

Fixes #173399 Seerr webhook registration (@shtefko - #177201) (overseerr docs) Debounce Matter cover state writes to coalesce split attribute updates (@agners - #177540) (matter docs) Bump pydaikin to 2.18.4 (@fredrike…

Source: Home Assistant Core Releases bramkragten
Python GitHub

prompt-toolkit/python-prompt-toolkit: 3.0.53

Fixes: Fix get_word_before_cursor behavior. Fix vt100 6x6x6 color cube range and missing grayscale shades (232, 254-255). Treat OSError on add_reader as EOFError (macOS kqueue). Handle surrogate pairs in…

Source: python-prompt-toolkit Releases jonathanslenders