dkropachev opened a new pull request, #1267:
URL: https://github.com/apache/cassandra-python-driver/pull/1267

   ## Summary
   - Add `numpy` and `objgraph` to dev dependencies (required for running some 
tests)
   - Add `auth-kerberos` optional dependency for GSSAPI authentication support
   
   ## Details
   
   ### Missing Dev Dependencies
   - `numpy`: Used in 
`tests/integration/standard/test_cython_protocol_handlers.py`
   - `objgraph`: Used in `tests/stress_tests/test_load.py`
   
   ### New Optional Dependency
   - `auth-kerberos`: Documents the optional kerberos/winkerberos packages used 
for GSSAPI authentication in `cassandra/auth.py`. The code already handles 
missing imports gracefully via try/except, but documenting them as optional 
dependencies improves discoverability.
   
   ## Test plan
   - [ ] Verify `uv sync` completes successfully
   - [ ] Run unit tests with `uv run pytest tests/unit`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to