Skip to content

ATLAS-5332: Update apache-atlas PyPI client to require Python 3.13+#686

Open
kumaab wants to merge 1 commit into
apache:masterfrom
kumaab:atlas_5332
Open

ATLAS-5332: Update apache-atlas PyPI client to require Python 3.13+#686
kumaab wants to merge 1 commit into
apache:masterfrom
kumaab:atlas_5332

Conversation

@kumaab

@kumaab kumaab commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Require Python 3.13+ for the apache-atlas PyPI client (v0.0.16). Adds unit tests, CI, and packaging fixes. Library code is already 3.13-compatible.

Breaking: Python ≤ 3.12 users must stay on 0.0.15.

What changed

  • python_requires='>=3.13', requests>=2.34.2, SPDX license metadata
  • setup.py reads deps from requirements.txt; add MANIFEST.in for reliable wheel builds
  • 11 unit tests + mvn -pl intg test hook + GitHub Actions workflow (Python 3.13)
  • README updates; RAT/gitignore excludes for .tox/, .mypy_cache/, etc.

How was this patch tested?

  • Unit tests, flake8, mypy, tox, make build check
  • Live read-only smoke (typedef, discovery)
  • PyPI publish 0.0.16 (post-merge)

Comment thread intg/pom.xml
<version>3.1.0</version>
<executions>
<execution>
<id>python-test</id>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are introducing python-tests to be run in addition to the java test suites during maven build. This could potentially fail for certain users who don't have python installed or have the right python version that atlas expects.
should we gate this behind a maven profile -Ppython-tests turning it OFF by default and run only for useers who opt to test python test cases.

Comment thread intg/pom.xml
<phase>test</phase>
<configuration>
<skip>${skipTests}</skip>
<executable>python3</executable>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python3 may not work on windows. please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants