This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 96b7724d680 Updated links in PyPI packages for Python client (#60840)
96b7724d680 is described below

commit 96b7724d680fd563df05695d41e8b05f64760d19
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jan 20 23:24:25 2026 +0100

    Updated links in PyPI packages for Python client (#60840)
    
    There were few links in the client's PyPI metadata that needed fix:
    
    * Link to source code was leading to 404
    * Link to issues linked to airflow-python-client issues which
      is somewhat wrong, because it's unlikely we will be able to
      solve any issues in that repo (the repo is entirely generated)
    
    Since Python client source code is entirely automatically generated
    from Airflow, it likely makes little sense to have issues there, it
    probably makes sense to disable issues entirely and point to the
    apache-airflow repo instead. Issues created in Python Client does
    not seem to be looked at for years anyway - so they are kind-of
    misleading that anyone will solve them.
    
    I closed/resolved all the remaining issues and in this PR I also
    change .asf.yaml to disable the issues tab. We can probably leave
    discussions enabled though - and they might be better placed to
    direct people to create issues or PRs in the Airflow API instead.
---
 clients/python/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 515dadbf3c2..5ce15c07b35 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -55,12 +55,12 @@ dependencies = [
 ]
 
 [project.urls]
-"Bug Tracker" = "https://github.com/apache/airflow-client-python/issues";
+"Bug Tracker" = "https://github.com/apache/airflow/issues";
 Changelog = 
"https://github.com/apache/airflow-client-python/blob/main/CHANGELOG.md";
 Documentation = 
"https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html";
 Download = "https://archive.apache.org/dist/airflow/clients/python/";
 Homepage = "https://airflow.apache.org/";
-"Source Code" = "https://github.com/apache/airflow/clients/python";
+"Source Code" = "https://github.com/apache/airflow-client-python";
 
 [tool.hatch.envs.test]
 dependencies = [

Reply via email to