Abhishek Kumar created ATLAS-5332:
-------------------------------------
Summary: Update apache-atlas PyPI client to require Python 3.13+
Key: ATLAS-5332
URL: https://issues.apache.org/jira/browse/ATLAS-5332
Project: Atlas
Issue Type: Improvement
Components: atlas-intg
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
h2. Summary
Update the {{apache-atlas}} PyPI client to require Python 3.13+, bump to
0.0.16, and add test/CI coverage. Client code is already 3.13-compatible; this
is mainly packaging and validation.
h2. Changes
* Set {{python_requires='>=3.13'}} and update PyPI classifiers
* Bump version to 0.0.16; raise {{requests}} floor to {{>=2.34.2}}
* Add unit tests: {{intg/src/test/python/test_atlas_client.py}}
* Run tests via {{mvn -pl intg test}} and new GitHub Actions workflow (Python
3.13)
* Refresh README and sample-app docs
h2. Breaking change
0.0.16+ requires Python 3.13+. Users on older Python must stay on 0.0.15.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)