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.
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.
Actively maintained: GitHub activity is recent (upstream push on 2026-06-20, and updates as recent as 2026-06-19, including v2.14.2), indicating ongoing development rather than maintenance mode.
Last release:
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.
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:
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.
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:
bcrypt is a Python library for hashing passwords using the bcrypt algorithm. It’s useful when you need secure password hashing in Python applications.
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:
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.
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:
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.
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:
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.
Actively maintained: Yes. The repo has an upstream push on 2026-06-13 and a new library update (v0.1.10 on 2026-06-13), indicating current maintenance rather than a dormant state.
Last release:
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.
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:
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.
Actively maintained: The upstream repo shows a recent push (2026-07-28), and the latest package update (v6.0.13 on 2026-07-28) indicates ongoing maintenance rather than a dormant state.
Last release:
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.
Actively maintained: GitHub upstream pushes were as recent as 2026-06-16, with multiple 7.0.0 alpha updates posted in June, indicating ongoing active development rather than maintenance mode.
Last release:
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.
Actively maintained: updates are happening very recently (latest upstream push and v3.4.6 on 2026-07-20, just 3 days before today), and the project continues to publish versioned updates with even minor test/CI improvements.
Last release:
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.
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:
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.
Actively maintained, the upstream repo shows an update push on 2026-07-29, and the SDK had multiple recent updates in late July 2026 including a stable v2.0.0.
Last release:
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.
The hashicorp/terraform-provider-aws source appears actively maintained, with upstream pushes as recently as 2026-07-29 and multiple provider updates released in late June and July 2026.
Last release:
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.
Actively maintained: The Google Ads API update notes show ongoing work, with the most recent entry (v25) dated 2026-07-22, and multiple follow-on updates in June 2026 and May 2026, indicating active stewardship rather than a dormant state.
Last release:
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.
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:
Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. It helps developers style apps using utility classes for quick, responsive UI development, with documentation available at tailwindcss.com.
Tailwind CSS (tailwindlabs/tailwindcss) appears actively maintained, with the most recent upstream push on 2026-07-16 and multiple recent updates in 2026.
Last release:
LiteLLM is a GitHub-hosted project for working with and routing language model requests (as suggested by the project name). It’s useful for developers who want a single integration point to use LLMs through LiteLLM.
Actively maintained (yes): GitHub activity is current (last upstream push on 2026-07-30), and the update stream shows frequent development and staging builds (rc and dev versions), indicating ongoing work rather than dormancy.
Last release: