python-redmine icon indicating copy to clipboard operation
python-redmine copied to clipboard

Fix key= auth: Include headers set by BaseEngine() in requests

Open dmick opened this issue 5 months ago • 0 comments

BaseEngine.construct_request_kwargs() fails to preserve existing headers set in self.requests by BaseEngine.__init__. Merge the new headers with the existing engine headers. (This was noticed with 'key' for API access via key.)

Fixes: https://github.com/maxtepkeev/python-redmine/issues/353

dmick avatar Jul 25 '25 20:07 dmick