Explore tracked sources

Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.

Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.

Source:Sort:

Pytest is a Python testing framework available on GitHub. It’s useful for writing and running automated tests for Python projects, helping developers verify code behavior and catch regressions.

Status:

pytest-dev/pytest appears actively maintained, with ongoing work evidenced by the most recent upstream push on 2026-05-18 and a steady stream of 9.0.x updates (9.0.3, 9.0.2, 9.0.1, 9.0.0).

Last release: 2026-04-07

701 updates · last 90 days2 watchers
Open

pyjwt is a Python library for working with JSON Web Tokens (JWT). It provides tools for creating, encoding, decoding, and validating JWTs, useful for developers implementing token-based authentication and authorization in Python applications.

Status:

Actively maintained: Evidence shows ongoing development (upstream push on 2026-05-25) and multiple recent versioned updates (2.13.0 on 2026-05-21, 2.12.1 on 2026-03-13, 2.12.0 on 2026-03-12).

Last release: 2026-05-21

781 updates · last 90 days1 watchers
Open

pydantic-settings is a GitHub project for managing application settings using Pydantic. It’s useful if you want to define and validate configuration (for example, via environment variables) with Pydantic’s data models.

Status:

pydantic/pydantic-settings appears actively maintained, with multiple recent updates through 2026-05-16, including several bug-fix and feature-heavy updates in 2025 to 2026.

Last release: 2026-05-08

693 updates · last 90 days2 watchers
Open

psycopg2 is a PostgreSQL database adapter for Python, providing a way for Python applications to connect to and work with PostgreSQL. It’s useful if you need Python-to-PostgreSQL connectivity and want to manage database interactions from your code.

Status:

Actively maintained: The source has recent activity (latest upstream push on 2026-05-02) and tagged 2.9.12 updates in 2026-04-20, indicating it is still under active development and release engineering.

Last release: 2026-04-20

511 updates · last 90 days1 watchers
Open

python-email-validator is a small Python library for validating email addresses. It’s useful for checking whether an email string is in a valid format in your applications.

Status:

Maintenance status: Evidence suggests the GitHub source is still actively maintained, with an upstream push on 2026-05-19 (close to today), though the most recent tagged version in the provided history is v2.3.0 on 2025-08-26.

Last release: 2025-08-26

482 watchers
Open

bcrypt is a Python library for hashing passwords using the bcrypt algorithm. It’s useful when you need secure password hashing in Python applications.

Status:

Actively maintained: GitHub shows an upstream push on 2026-06-08, which is very recent relative to 2026-06-09, and prior versions continue to land with meaningful code changes.

Last release: 2025-09-25

712 watchers
Open

aioredis-py is an async Python client for Redis built for the aio-libs ecosystem. It’s useful for developers who want to interact with Redis from asyncio-based applications.

Status:

The upstream repository is marked as archived, with the last upstream push on 2023-02-20, and the most recent library update (v2.0.1) dating to 2021-12-27, indicating the project is effectively in maintenance mode or dormant rather than actively maintained as of 2026-06-09.

Last release: 2021-12-27

351 watchers
Open

aiofiles is a library for using Python’s file I/O in an asynchronous (async/await) style. It’s useful if you want to work with files without blocking the event loop in async applications.

Status:

Actively maintained? Partially. The latest upstream push and library updates are from 2025-10-09, which is within about 8 months of today (2026-06-09), but the prior update (v24.1.0) was 2024-06-24, suggesting maintenance is sporadic rather than steady.

Last release: 2025-10-09

492 watchers
Open

SlowApi is a rate limiting library for Starlette and FastAPI, adapted from flask-limiter. It provides limit decorators for endpoint functions and supports sync/async HTTP endpoints with redis, memcached, or in-memory backends to track request limits.

Status:

Maintenance status: Repo activity is recent (upstream push on 2026-06-04), but the most recent published updates in the provided changelog are older (last tagged update v0.1.9 on 2024-02-05), suggesting steady development with infrequent public releases.

Last release: 2024-02-05

692 watchers
Open

defusedxml is a Python-focused library for safely parsing XML by “defusing” common XML bomb and exploit patterns such as exponential entity expansion, quadratic blowup, and external entity expansion (including remote fetching and local file access). It’s useful when you need to protect applications that process untrusted XML from attacks that can consume large amounts of CPU or memory or trigger unintended network/file access.

Status:

Maintenance status: Tagged updates in the provided history stop at v0.8.0rc2 (2023-09-29), and the next visible tags are much older (2021-03-08 and earlier). The only newer evidence is an upstream push on 2024-09-03, so overall the project looks quiet, not clearly actively maintaining via published updates as of 2026-06-09.

Last release: 2023-09-29

491 watchers
Open

feedparser is a Python library for parsing Atom and RSS feeds, with support for related formats such as JSON and RDF. It’s useful when you need to read and process feed content from Python applications, and it provides documentation on Read the Docs and an extensive test suite run with tox.

Status:

Actively maintained: The upstream GitHub last push was 2026-06-01, and the project has at least one recent maintenance update (v6.0.12 on 2025-09-10), indicating ongoing development.

Last release: 2025-09-10

502 watchers
Open
GitHub

lxml is the feature-rich, fast Python library for processing XML and HTML. It’s useful for developers who need high-performance, memory-friendly parsing and manipulation of XML/HTML, with installation and documentation links available from the project site.

Status:

Actively maintained and evolving. GitHub parser shows an upstream push on 2026-06-10, with development updates continuing (lxml 7.0.0a2 on 2026-06-09, 7.0.0a1 on 2026-05-29), indicating ongoing work beyond simple maintenance.

Last release: 2026-06-09

606 updates · last 90 days2 watchers
Open

sse-starlette provides a production-ready, standards-compliant Server-Sent Events (SSE) implementation for Starlette and FastAPI. It’s useful for streaming async event data from Python to clients over long-lived HTTP connections, including connection/disconnect handling and graceful shutdown support.

Status:

The repo appears actively maintained, with recent GitHub pushes (last upstream push on 2026-05-13) and a steady stream of versioned updates in April to May 2026 (v3.4.1 to v3.4.4).

Last release: 2026-05-12

486 updates · last 90 days2 watchers
Open

Bleach is an allowed-list-based HTML sanitizing library for escaping or stripping unsafe HTML markup and attributes from untrusted text. It can also safely “linkify” plain text into links and apply filters (including optional `rel` attributes) to better control generated URLs.

Status:

The upstream repository is marked as archived, but it has recent activity (last upstream push, 2026-06-05), and the newest tracked update notes security fixes and sanitizer hardening.

Last release: 2026-06-05

551 updates · last 90 days1 watchers
Open

The Model Context Protocol (MCP) Python SDK is the official Python implementation for building MCP servers and clients. It helps you expose MCP features like resources, prompts, and tools, and supports common transports such as stdio, SSE, and Streamable HTTP so LLM applications can connect in a standardized way.

Status:

Actively maintained: The repo shows recent activity (last upstream push on 2026-06-03), and multiple version updates in 2026 (v1.27.2, v1.27.1, v1.27.0).

Last release: 2026-06-11

694 updates · last 90 days1 watchers
Open

The HashiCorp Terraform AWS Provider enables Terraform to manage AWS resources. It includes documentation, contribution guidance, an FAQ, tutorials, and a development roadmap, with discussion available via HashiCorp’s forums and the provider’s homepage on the Terraform Registry.

Status:

Actively maintained: GitHub upstream shows a recent push on 2026-06-10, and the provider continues to publish frequent versioned updates (for example, v6.49.0 on 2026-06-04, v6.48.0 on 2026-06-03).

Last release: 2026-06-10

6214 updates · last 90 days1 watchers
Open

Official Google Ads API release notes from Google. It lists changes by numbered API version, helping developers track what’s new and what was updated in each release.

861 watchers
Open

Sonner is a software project hosted on GitHub. It’s useful for developers looking to view or use the code and related information from emilkowalski/sonner, such as releases and updates tied to that project.

Status:

Actively maintained status is unclear but it does show ongoing work, with an upstream push on 2025-12-23, however the provided tagged updates stop at v2.0.7 on 2025-08-02 (as of 2026-06-09, that is several months with no new tagged updates shown).

Last release: 2025-08-02

682 watchers
Open