Python-gitlab

Latest version: v5.6.0

Safety actively analyzes 723976 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 13

4.2.0

Not secure
Chores

- **deps**: Update all non-major dependencies
([`8aeb853`](https://github.com/python-gitlab/python-gitlab/commit/8aeb8531ebd3ddf0d1da3fd74597356ef65c00b3))

- **deps**: Update all non-major dependencies
([`9fe2335`](https://github.com/python-gitlab/python-gitlab/commit/9fe2335b9074feaabdb683b078ff8e12edb3959e))

- **deps**: Update all non-major dependencies
([`91e66e9`](https://github.com/python-gitlab/python-gitlab/commit/91e66e9b65721fa0e890a6664178d77ddff4272a))

- **deps**: Update all non-major dependencies
([`d0546e0`](https://github.com/python-gitlab/python-gitlab/commit/d0546e043dfeb988a161475de53d4ec7d756bdd9))

- **deps**: Update dessant/lock-threads action to v5
([`f4ce867`](https://github.com/python-gitlab/python-gitlab/commit/f4ce86770befef77c7c556fd5cfe25165f59f515))

Features

- Add pipeline status as Enum
([`4954bbc`](https://github.com/python-gitlab/python-gitlab/commit/4954bbcd7e8433aac672405f3f4741490cb4561a))

https://docs.gitlab.com/ee/api/pipelines.html

- **api**: Add support for wiki attachments
([2722](https://github.com/python-gitlab/python-gitlab/pull/2722),
[`7b864b8`](https://github.com/python-gitlab/python-gitlab/commit/7b864b81fd348c6a42e32ace846d1acbcfc43998))

Added UploadMixin in mixin module Added UploadMixin dependency for Project, ProjectWiki, GroupWiki
Added api tests for wiki upload Added unit test for mixin Added docs sections to wikis.rst

4.1.1

Not secure
Bug Fixes

- **build**: Include py.typed in dists
([`b928639`](https://github.com/python-gitlab/python-gitlab/commit/b928639f7ca252e0abb8ded8f9f142316a4dc823))

Chores

- **ci**: Add release id to workflow step
([`9270e10`](https://github.com/python-gitlab/python-gitlab/commit/9270e10d94101117bec300c756889e4706f41f36))

- **deps**: Update all non-major dependencies
([`32954fb`](https://github.com/python-gitlab/python-gitlab/commit/32954fb95dcc000100b48c4b0b137ebe2eca85a3))

Documentation

- **users**: Add missing comma in v4 API create runner examples
([`b1b2edf`](https://github.com/python-gitlab/python-gitlab/commit/b1b2edfa05be8b957c796dc6d111f40c9f753dcf))

The examples which show usage of new runner registration api endpoint are missing commas. This
change adds the missing commas.

4.1.0

Not secure
Bug Fixes

- Remove depricated MergeStatus
([`c6c012b`](https://github.com/python-gitlab/python-gitlab/commit/c6c012b9834b69f1fe45689519fbcd92928cfbad))

Chores

- Add source label to container image
([`7b19278`](https://github.com/python-gitlab/python-gitlab/commit/7b19278ac6b7a106bc518f264934c7878ffa49fb))

- **CHANGELOG**: Re-add v4.0.0 changes using old format
([`258a751`](https://github.com/python-gitlab/python-gitlab/commit/258a751049c8860e39097b26d852d1d889892d7a))

- **CHANGELOG**: Revert python-semantic-release format change
([`b5517e0`](https://github.com/python-gitlab/python-gitlab/commit/b5517e07da5109b1a43db876507d8000d87070fe))

- **deps**: Update all non-major dependencies
([`bf68485`](https://github.com/python-gitlab/python-gitlab/commit/bf68485613756e9916de1bb10c8c4096af4ffd1e))

- **rtd**: Revert to python 3.11 ([2694](https://github.com/python-gitlab/python-gitlab/pull/2694),
[`1113742`](https://github.com/python-gitlab/python-gitlab/commit/1113742d55ea27da121853130275d4d4de45fd8f))

Continuous Integration

- Remove unneeded GitLab auth
([`fd7bbfc`](https://github.com/python-gitlab/python-gitlab/commit/fd7bbfcb9500131e5d3a263d7b97c8b59f80b7e2))

Features

- Add Merge Request merge_status and detailed_merge_status values as constants
([`e18a424`](https://github.com/python-gitlab/python-gitlab/commit/e18a4248068116bdcb7af89897a0c4c500f7ba57))

4.0.0

Not secure
Bug Fixes

- **cli**: Add _from_parent_attrs to user-project manager
([2558](https://github.com/python-gitlab/python-gitlab/pull/2558),
[`016d90c`](https://github.com/python-gitlab/python-gitlab/commit/016d90c3c22bfe6fc4e866d120d2c849764ef9d2))

- **cli**: Fix action display in --help when there are few actions
([`b22d662`](https://github.com/python-gitlab/python-gitlab/commit/b22d662a4fd8fb8a9726760b645d4da6197bfa9a))

fixes 2656

- **cli**: Remove deprecated `--all` option in favor of `--get-all`
([`e9d48cf`](https://github.com/python-gitlab/python-gitlab/commit/e9d48cf69e0dbe93f917e6f593d31327cd99f917))

BREAKING CHANGE: The `--all` option is no longer available in the CLI. Use `--get-all` instead.

- **client**: Support empty 204 responses in http_patch
([`e15349c`](https://github.com/python-gitlab/python-gitlab/commit/e15349c9a796f2d82f72efbca289740016c47716))

- **snippets**: Allow passing list of files
([`31c3c5e`](https://github.com/python-gitlab/python-gitlab/commit/31c3c5ea7cbafb4479825ec40bc34e3b8cb427fd))

Chores

- Add package pipelines API link
([`2a2404f`](https://github.com/python-gitlab/python-gitlab/commit/2a2404fecdff3483a68f538c8cd6ba4d4fc6538c))

- Change `_update_uses` to `_update_method` and use an Enum
([`7073a2d`](https://github.com/python-gitlab/python-gitlab/commit/7073a2dfa3a4485d2d3a073d40122adbeff42b5c))

Change the name of the `_update_uses` attribute to `_update_method` and store an Enum in the
attribute to indicate which type of HTTP method to use. At the moment it supports `POST` and
`PUT`. But can in the future support `PATCH`.

- Fix test names
([`f1654b8`](https://github.com/python-gitlab/python-gitlab/commit/f1654b8065a7c8349777780e673aeb45696fccd0))

- Make linters happy
([`3b83d5d`](https://github.com/python-gitlab/python-gitlab/commit/3b83d5d13d136f9a45225929a0c2031dc28cdbed))

- Switch to docker-compose v2
([`713b5ca`](https://github.com/python-gitlab/python-gitlab/commit/713b5ca272f56b0fd7340ca36746e9649a416aa2))

Closes: 2625

- Update PyYAML to 6.0.1
([`3b8939d`](https://github.com/python-gitlab/python-gitlab/commit/3b8939d7669f391a5a7e36d623f8ad6303ba7712))

Fixes issue with CI having error: `AttributeError: cython_sources`

Closes: 2624

- **ci**: Adapt release workflow and config for v8
([`827fefe`](https://github.com/python-gitlab/python-gitlab/commit/827fefeeb7bf00e5d8fa142d7686ead97ca4b763))

- **ci**: Fix pre-commit deps and python version
([`1e7f257`](https://github.com/python-gitlab/python-gitlab/commit/1e7f257e79a7adf1e6f2bc9222fd5031340d26c3))

- **ci**: Follow upstream config for release build_command
([`3e20a76`](https://github.com/python-gitlab/python-gitlab/commit/3e20a76fdfc078a03190939bda303577b2ef8614))

- **ci**: Remove Python 3.13 dev job
([`e8c50f2`](https://github.com/python-gitlab/python-gitlab/commit/e8c50f28da7e3879f0dc198533041348a14ddc68))

- **ci**: Update release build for python-semantic-release v8
([2692](https://github.com/python-gitlab/python-gitlab/pull/2692),
[`bf050d1`](https://github.com/python-gitlab/python-gitlab/commit/bf050d19508978cbaf3e89d49f42162273ac2241))

- **deps**: Bring furo up to date with sphinx
([`a15c927`](https://github.com/python-gitlab/python-gitlab/commit/a15c92736f0cf78daf78f77fb318acc6c19036a0))

- **deps**: Bring myst-parser up to date with sphinx 7
([`da03e9c`](https://github.com/python-gitlab/python-gitlab/commit/da03e9c7dc1c51978e51fedfc693f0bce61ddaf1))

- **deps**: Pin pytest-console-scripts for 3.7
([`6d06630`](https://github.com/python-gitlab/python-gitlab/commit/6d06630cac1a601bc9a17704f55dcdc228285e88))

- **deps**: Update actions/checkout action to v3
([`e2af1e8`](https://github.com/python-gitlab/python-gitlab/commit/e2af1e8a964fe8603dddef90a6df62155f25510d))

- **deps**: Update actions/checkout action to v4
([`af13914`](https://github.com/python-gitlab/python-gitlab/commit/af13914e41f60cc2c4ef167afb8f1a10095e8a00))

- **deps**: Update actions/setup-python action to v4
([`e0d6783`](https://github.com/python-gitlab/python-gitlab/commit/e0d6783026784bf1e6590136da3b35051e7edbb3))

- **deps**: Update actions/upload-artifact action to v3
([`b78d6bf`](https://github.com/python-gitlab/python-gitlab/commit/b78d6bfd18630fa038f5f5bd8e473ec980495b10))

- **deps**: Update all non-major dependencies
([`1348a04`](https://github.com/python-gitlab/python-gitlab/commit/1348a040207fc30149c664ac0776e698ceebe7bc))

- **deps**: Update all non-major dependencies
([`ff45124`](https://github.com/python-gitlab/python-gitlab/commit/ff45124e657c4ac4ec843a13be534153a8b10a20))

- **deps**: Update all non-major dependencies
([`0d49164`](https://github.com/python-gitlab/python-gitlab/commit/0d491648d16f52f5091b23d0e3e5be2794461ade))

- **deps**: Update all non-major dependencies
([`6093dbc`](https://github.com/python-gitlab/python-gitlab/commit/6093dbcf07b9edf35379142ea58a190050cf7fe7))

- **deps**: Update all non-major dependencies
([`bb728b1`](https://github.com/python-gitlab/python-gitlab/commit/bb728b1c259dba5699467c9ec7a51b298a9e112e))

- **deps**: Update all non-major dependencies
([`9083787`](https://github.com/python-gitlab/python-gitlab/commit/9083787f0855d94803c633b0491db70f39a9867a))

- **deps**: Update all non-major dependencies
([`b6a3db1`](https://github.com/python-gitlab/python-gitlab/commit/b6a3db1a2b465a34842d1a544a5da7eee6430708))

- **deps**: Update all non-major dependencies
([`16f2d34`](https://github.com/python-gitlab/python-gitlab/commit/16f2d3428e673742a035856b1fb741502287cc1d))

- **deps**: Update all non-major dependencies
([`5b33ade`](https://github.com/python-gitlab/python-gitlab/commit/5b33ade92152e8ccb9db3eb369b003a688447cd6))

- **deps**: Update all non-major dependencies
([`3732841`](https://github.com/python-gitlab/python-gitlab/commit/37328416d87f50f64c9bdbdcb49e9b9a96d2d0ef))

- **deps**: Update all non-major dependencies
([`511f45c`](https://github.com/python-gitlab/python-gitlab/commit/511f45cda08d457263f1011b0d2e013e9f83babc))

- **deps**: Update all non-major dependencies
([`d4a7410`](https://github.com/python-gitlab/python-gitlab/commit/d4a7410e55c6a98a15f4d7315cc3d4fde0190bce))

- **deps**: Update all non-major dependencies
([`12846cf`](https://github.com/python-gitlab/python-gitlab/commit/12846cfe4a0763996297bb0a43aa958fe060f029))

- **deps**: Update all non-major dependencies
([`33d2aa2`](https://github.com/python-gitlab/python-gitlab/commit/33d2aa21035515711738ac192d8be51fd6106863))

- **deps**: Update all non-major dependencies
([`5ff56d8`](https://github.com/python-gitlab/python-gitlab/commit/5ff56d866c6fdac524507628cf8baf2c498347af))

- **deps**: Update all non-major dependencies
([`7586a5c`](https://github.com/python-gitlab/python-gitlab/commit/7586a5c80847caf19b16282feb25be470815729b))

- **deps**: Update all non-major dependencies to v23.9.1
([`a16b732`](https://github.com/python-gitlab/python-gitlab/commit/a16b73297a3372ce4f3ada3b4ea99680dbd511f6))

- **deps**: Update dependency build to v1
([`2e856f2`](https://github.com/python-gitlab/python-gitlab/commit/2e856f24567784ddc35ca6895d11bcca78b58ca4))

- **deps**: Update dependency commitizen to v3.10.0
([`becd8e2`](https://github.com/python-gitlab/python-gitlab/commit/becd8e20eb66ce4e606f22c15abf734a712c20c3))

- **deps**: Update dependency pylint to v3
([`491350c`](https://github.com/python-gitlab/python-gitlab/commit/491350c40a74bbb4945dfb9f2618bcc5420a4603))

- **deps**: Update dependency pytest-docker to v2
([`b87bb0d`](https://github.com/python-gitlab/python-gitlab/commit/b87bb0db1441d1345048664b15bd8122e6b95be4))

- **deps**: Update dependency setuptools to v68
([`0f06082`](https://github.com/python-gitlab/python-gitlab/commit/0f06082272f7dbcfd79f895de014cafed3205ff6))

- **deps**: Update dependency sphinx to v7
([`2918dfd`](https://github.com/python-gitlab/python-gitlab/commit/2918dfd78f562e956c5c53b79f437a381e51ebb7))

- **deps**: Update dependency types-setuptools to v68
([`bdd4eb6`](https://github.com/python-gitlab/python-gitlab/commit/bdd4eb694f8b56d15d33956cb982a71277ca907f))

- **deps**: Update dependency ubuntu to v22
([`8865552`](https://github.com/python-gitlab/python-gitlab/commit/88655524ac2053f5b7016457f8c9d06a4b888660))

- **deps**: Update pre-commit hook commitizen-tools/commitizen to v3.10.0
([`626c2f8`](https://github.com/python-gitlab/python-gitlab/commit/626c2f8879691e5dd4ce43118668e6a88bf6f7ad))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v36
([`db58cca`](https://github.com/python-gitlab/python-gitlab/commit/db58cca2e2b7d739b069904cb03f42c9bc1d3810))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v37
([`b4951cd`](https://github.com/python-gitlab/python-gitlab/commit/b4951cd273d599e6d93b251654808c6eded2a960))

- **deps**: Update pre-commit hook pycqa/pylint to v3
([`0f4a346`](https://github.com/python-gitlab/python-gitlab/commit/0f4a34606f4df643a5dbae1900903bcf1d47b740))

- **deps**: Update relekang/python-semantic-release action to v8
([`c57c85d`](https://github.com/python-gitlab/python-gitlab/commit/c57c85d0fc6543ab5a2322fc58ec1854afc4f54f))

- **helpers**: Fix previously undetected flake8 issue
([`bf8bd73`](https://github.com/python-gitlab/python-gitlab/commit/bf8bd73e847603e8ac5d70606f9393008eee1683))

- **rtd**: Fix docs build on readthedocs.io
([2654](https://github.com/python-gitlab/python-gitlab/pull/2654),
[`3d7139b`](https://github.com/python-gitlab/python-gitlab/commit/3d7139b64853cb0da46d0ef6a4bccc0175f616c2))

- **rtd**: Use readthedocs v2 syntax
([`6ce2149`](https://github.com/python-gitlab/python-gitlab/commit/6ce214965685a3e73c02e9b93446ad8d9a29262e))

Documentation

- Correct error with back-ticks ([2653](https://github.com/python-gitlab/python-gitlab/pull/2653),
[`0b98dd3`](https://github.com/python-gitlab/python-gitlab/commit/0b98dd3e92179652806a7ae8ccc7ec5cddd2b260))

New linting package update detected the issue.

- **access_token**: Adopt token docs to 16.1
([`fe7a971`](https://github.com/python-gitlab/python-gitlab/commit/fe7a971ad3ea1e66ffc778936296e53825c69f8f))

expires_at is now required Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/124964

- **advanced**: Document new netrc behavior
([`45b8930`](https://github.com/python-gitlab/python-gitlab/commit/45b89304d9745be1b87449805bf53d45bf740e90))

BREAKING CHANGE: python-gitlab now explicitly passes auth to requests, meaning it will only read
netrc credentials if no token is provided, fixing a bug where netrc credentials took precedence
over OAuth tokens. This also affects the CLI, where all environment variables now take precedence
over netrc files.

- **files**: Fix minor typo in variable declaration
([`118ce42`](https://github.com/python-gitlab/python-gitlab/commit/118ce4282abc4397c4e9370407b1ab6866de9f97))

Features

- Added iteration to issue and group filters
([`8d2d297`](https://github.com/python-gitlab/python-gitlab/commit/8d2d2971c3909fb5461a9f7b2d07508866cd456c))

- Officially support Python 3.12
([`2a69c0e`](https://github.com/python-gitlab/python-gitlab/commit/2a69c0ee0a86315a3ed4750f59bd6ab3e4199b8e))

- Remove support for Python 3.7, require 3.8 or higher
([`058d5a5`](https://github.com/python-gitlab/python-gitlab/commit/058d5a56c284c771f1fb5fad67d4ef2eeb4d1916))

Python 3.8 is End-of-Life (EOL) as of 2023-06-27 as stated in https://devguide.python.org/versions/
and https://peps.python.org/pep-0537/

By dropping support for Python 3.7 and requiring Python 3.8 or higher it allows python-gitlab to
take advantage of new features in Python 3.8, which are documented at:
https://docs.python.org/3/whatsnew/3.8.html

BREAKING CHANGE: As of python-gitlab 4.0.0, Python 3.7 is no longer supported. Python 3.8 or higher
is required.

- Use requests AuthBase classes
([`5f46cfd`](https://github.com/python-gitlab/python-gitlab/commit/5f46cfd235dbbcf80678e45ad39a2c3b32ca2e39))

- **api**: Add optional GET attrs for /projects/:id/ci/lint
([`40a102d`](https://github.com/python-gitlab/python-gitlab/commit/40a102d4f5c8ff89fae56cd9b7c8030c5070112c))

- **api**: Add ProjectPackagePipeline
([`5b4addd`](https://github.com/python-gitlab/python-gitlab/commit/5b4addda59597a5f363974e59e5ea8463a0806ae))

Add ProjectPackagePipeline, which is scheduled to be included in GitLab 16.0

- **api**: Add support for job token scope settings
([`59d6a88`](https://github.com/python-gitlab/python-gitlab/commit/59d6a880aacd7cf6f443227071bb8288efb958c4))

- **api**: Add support for new runner creation API
([2635](https://github.com/python-gitlab/python-gitlab/pull/2635),
[`4abcd17`](https://github.com/python-gitlab/python-gitlab/commit/4abcd1719066edf9ecc249f2da4a16c809d7b181))

Co-authored-by: Nejc Habjan <hab.nejcgmail.com>

- **api**: Support project remote mirror deletion
([`d900910`](https://github.com/python-gitlab/python-gitlab/commit/d9009100ec762c307b46372243d93f9bc2de7a2b))

- **client**: Mask tokens by default when logging
([`1611d78`](https://github.com/python-gitlab/python-gitlab/commit/1611d78263284508326347843f634d2ca8b41215))

- **packages**: Allow uploading bytes and files
([`61e0fae`](https://github.com/python-gitlab/python-gitlab/commit/61e0faec2014919e0a2e79106089f6838be8ad0e))

This commit adds a keyword argument to GenericPackageManager.upload() to allow uploading bytes and
file-like objects to the generic package registry. That necessitates changing file path to be a
keyword argument as well, which then cascades into a whole slew of checks to not allow passing
both and to not allow uploading file-like objects as JSON data.

Closes https://github.com/python-gitlab/python-gitlab/issues/1815

- **releases**: Add support for direct_asset_path
([`d054917`](https://github.com/python-gitlab/python-gitlab/commit/d054917ccb3bbcc9973914409b9e34ba9301663a))

This commit adds support for the “new” alias for `filepath`: `direct_asset_path` (added in 15.10) in
release links API.

Refactoring

- **artifacts**: Remove deprecated `artifact()`in favor of `artifacts.raw()`
([`90134c9`](https://github.com/python-gitlab/python-gitlab/commit/90134c949b38c905f9cacf3b4202c25dec0282f3))

BREAKING CHANGE: The deprecated `project.artifact()` method is no longer available. Use
`project.artifacts.raw()` instead.

- **artifacts**: Remove deprecated `artifacts()`in favor of `artifacts.download()`
([`42639f3`](https://github.com/python-gitlab/python-gitlab/commit/42639f3ec88f3a3be32e36b97af55240e98c1d9a))

BREAKING CHANGE: The deprecated `project.artifacts()` method is no longer available. Use
`project.artifacts.download()` instead.

- **build**: Build project using PEP 621
([`71fca8c`](https://github.com/python-gitlab/python-gitlab/commit/71fca8c8f5c7f3d6ab06dd4e6c0d91003705be09))

BREAKING CHANGE: python-gitlab now stores metadata in pyproject.toml as per PEP 621, with setup.py
removed. pip version v21.1 or higher is required if you want to perform an editable install.

- **const**: Remove deprecated global constant import
([`e4a1f6e`](https://github.com/python-gitlab/python-gitlab/commit/e4a1f6e2d1c4e505f38f9fd948d0fea9520aa909))

BREAKING CHANGE: Constants defined in `gitlab.const` can no longer be imported globally from
`gitlab`. Import them from `gitlab.const` instead.

- **groups**: Remove deprecated LDAP group link add/delete methods
([`5c8b7c1`](https://github.com/python-gitlab/python-gitlab/commit/5c8b7c1369a28d75261002e7cb6d804f7d5658c6))

BREAKING CHANGE: The deprecated `group.add_ldap_group_link()` and `group.delete_ldap_group_link()`
methods are no longer available. Use `group.ldap_group_links.create()` and
`group.ldap_group_links.delete()` instead.

- **lint**: Remove deprecated `lint()`in favor of `ci_lint.create()`
([`0b17a2d`](https://github.com/python-gitlab/python-gitlab/commit/0b17a2d24a3f9463dfbcab6b4fddfba2aced350b))

BREAKING CHANGE: The deprecated `lint()` method is no longer available. Use `ci_lint.create()`
instead.

- **list**: `as_list` support is removed.
([`9b6d89e`](https://github.com/python-gitlab/python-gitlab/commit/9b6d89edad07979518a399229c6f55bffeb9af08))

In `list()` calls support for the `as_list` argument has been removed. `as_list` was previously
deprecated and now the use of `iterator` will be required if wanting to have same functionality as
using `as_list`

BREAKING CHANGE: Support for the deprecated `as_list` argument in `list()` calls has been removed.
Use `iterator` instead.

- **projects**: Remove deprecated `project.transfer_project()` in favor of `project.transfer()`
([`27ed490`](https://github.com/python-gitlab/python-gitlab/commit/27ed490c22008eef383e1a346ad0c721cdcc6198))

BREAKING CHANGE: The deprecated `project.transfer_project()` method is no longer available. Use
`project.transfer()` instead.

Testing

- Add tests for token masking
([`163bfcf`](https://github.com/python-gitlab/python-gitlab/commit/163bfcf6c2c1ccc4710c91e6f75b51e630dfb719))

- Correct calls to `script_runner.run()`
([`cd04315`](https://github.com/python-gitlab/python-gitlab/commit/cd04315de86aca2bb471865b2754bb66e96f0119))

Warnings were being raised. Resolve those warnings.

- Fix failing tests that use 204 (No Content) plus content
([`3074f52`](https://github.com/python-gitlab/python-gitlab/commit/3074f522551b016451aa968f22a3dc5715db281b))

urllib3>=2 now checks for expected content length. Also codes 204 and 304 are set to expect a
content length of 0 [1]

So in the unit tests stop setting content to return in these situations.

[1]
https://github.com/urllib3/urllib3/blob/88a707290b655394aade060a8b7eaee83152dc8b/src/urllib3/response.py#L691-L693

- **cli**: Add test for user-project list
([`a788cff`](https://github.com/python-gitlab/python-gitlab/commit/a788cff7c1c651c512f15a9a1045c1e4d449d854))

BREAKING CHANGES

- **advanced**: Python-gitlab now explicitly passes auth to requests, meaning it will only read
netrc credentials if no token is provided, fixing a bug where netrc credentials took precedence
over OAuth tokens. This also affects the CLI, where all environment variables now take precedence
over netrc files.

- **build**: Python-gitlab now stores metadata in pyproject.toml as per PEP 621, with setup.py
removed. pip version v21.1 or higher is required if you want to perform an editable install.

3.15.0

Not secure
Chores

- Update copyright year to include 2023
([`511c6e5`](https://github.com/python-gitlab/python-gitlab/commit/511c6e507e4161531732ce4c323aeb4481504b08))

- Update sphinx from 5.3.0 to 6.2.1
([`c44a290`](https://github.com/python-gitlab/python-gitlab/commit/c44a29016b13e535621e71ec4f5392b4c9a93552))

- **ci**: Use OIDC trusted publishing for pypi.org
([2559](https://github.com/python-gitlab/python-gitlab/pull/2559),
[`7be09e5`](https://github.com/python-gitlab/python-gitlab/commit/7be09e52d75ed8ab723d7a65f5e99d98fe6f52b0))

* chore(ci): use OIDC trusted publishing for pypi.org

* chore(ci): explicitly install setuptools in tests

- **deps**: Update all non-major dependencies
([`e3de6ba`](https://github.com/python-gitlab/python-gitlab/commit/e3de6bac98edd8a4cb87229e639212b9fb1500f9))

- **deps**: Update dependency commitizen to v3
([`784d59e`](https://github.com/python-gitlab/python-gitlab/commit/784d59ef46703c9afc0b1e390f8c4194ee10bb0a))

- **deps**: Update dependency myst-parser to v1
([`9c39848`](https://github.com/python-gitlab/python-gitlab/commit/9c3984896c243ad082469ae69342e09d65b5b5ef))

- **deps**: Update dependency requests-toolbelt to v1
([`86eba06`](https://github.com/python-gitlab/python-gitlab/commit/86eba06736b7610d8c4e77cd96ae6071c40067d5))

- **deps**: Update dependency types-setuptools to v67
([`c562424`](https://github.com/python-gitlab/python-gitlab/commit/c56242413e0eb36e41981f577162be8b69e53b67))

- **deps**: Update pre-commit hook commitizen-tools/commitizen to v3
([`1591e33`](https://github.com/python-gitlab/python-gitlab/commit/1591e33f0b315c7eb544dc98a6567c33c2ac143f))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v35
([`8202e3f`](https://github.com/python-gitlab/python-gitlab/commit/8202e3fe01b34da3ff29a7f4189d80a2153f08a4))

Documentation

- Remove exclusive EE about issue links
([`e0f6f18`](https://github.com/python-gitlab/python-gitlab/commit/e0f6f18f14c8c17ea038a7741063853c105e7fa3))

Features

- Add support for `select="package_file"` in package upload
([`3a49f09`](https://github.com/python-gitlab/python-gitlab/commit/3a49f099d54000089e217b61ffcf60b6a28b4420))

Add ability to use `select="package_file"` when uploading a generic package as described in:
https://docs.gitlab.com/ee/user/packages/generic_packages/index.html

Closes: 2557

- Usernames support for MR approvals
([`a2b8c8c`](https://github.com/python-gitlab/python-gitlab/commit/a2b8c8ccfb5d4fa4d134300861a3bfb0b10246ca))

This can be used instead of 'user_ids'

See: https://docs.gitlab.com/ee/api/merge_request_approvals.html#create-project-level-rule

- **api**: Add support for events scope parameter
([`348f56e`](https://github.com/python-gitlab/python-gitlab/commit/348f56e8b95c43a7f140f015d303131665b21772))

3.14.0

Not secure
Bug Fixes

- Support int for `parent_id` in `import_group`
([`90f96ac`](https://github.com/python-gitlab/python-gitlab/commit/90f96acf9e649de9874cec612fc1b49c4a843447))

This will also fix other use cases where an integer is passed in to MultipartEncoder.

Added unit tests to show it works.

Closes: 2506

- **cli**: Add ability to escape at-prefixed parameter
([2513](https://github.com/python-gitlab/python-gitlab/pull/2513),
[`4f7c784`](https://github.com/python-gitlab/python-gitlab/commit/4f7c78436e62bfd21745c5289117e03ed896bc66))

* fix(cli): Add ability to escape at-prefixed parameter (2511)

---------

Co-authored-by: Nejc Habjan <hab.nejcgmail.com>

- **cli**: Display items when iterator is returned
([`33a04e7`](https://github.com/python-gitlab/python-gitlab/commit/33a04e74fc42d720c7be32172133a614f7268ec1))

- **cli**: Warn user when no fields are displayed
([`8bf53c8`](https://github.com/python-gitlab/python-gitlab/commit/8bf53c8b31704bdb31ffc5cf107cc5fba5dad457))

- **client**: Properly parse content-type when charset is present
([`76063c3`](https://github.com/python-gitlab/python-gitlab/commit/76063c386ef9caf84ba866515cb053f6129714d9))

Chores

- Add Contributor Covenant 2.1 as Code of Conduct
([`fe334c9`](https://github.com/python-gitlab/python-gitlab/commit/fe334c91fcb6450f5b3b424c925bf48ec2a3c150))

See https://www.contributor-covenant.org/version/2/1/code_of_conduct/

- Add Python 3.12 testing
([`0867564`](https://github.com/python-gitlab/python-gitlab/commit/08675643e6b306d3ae101b173609a6c363c9f3df))

Add a unit test for Python 3.12. This will use the latest version of Python 3.12 that is available
from https://github.com/actions/python-versions/

At this time it is 3.12.0-alpha.4 but will move forward over time until the final 3.12 release and
updates. So 3.12.0, 3.12.1, ... will be matched.

- Add SECURITY.md
([`572ca3b`](https://github.com/python-gitlab/python-gitlab/commit/572ca3b6bfe190f8681eef24e72b15c1f8ba6da8))

- Remove `pre-commit` as a default `tox` environment
([2470](https://github.com/python-gitlab/python-gitlab/pull/2470),
[`fde2495`](https://github.com/python-gitlab/python-gitlab/commit/fde2495dd1e97fd2f0e91063946bb08490b3952c))

For users who use `tox` having `pre-commit` as part of the default environment list is redundant as
it will run the same tests again that are being run in other environments. For example: black,
flake8, pylint, and more.

- Use a dataclass to return values from `prepare_send_data`
([`f2b5e4f`](https://github.com/python-gitlab/python-gitlab/commit/f2b5e4fa375e88d6102a8d023ae2fe8206042545))

I found the tuple of three values confusing. So instead use a dataclass to return the three values.
It is still confusing but a little bit less so.

Also add some unit tests

- **.github**: Actually make PR template the default
([`7a8a862`](https://github.com/python-gitlab/python-gitlab/commit/7a8a86278543a1419d07dd022196e4cb3db12d31))

- **ci**: Wait for all coverage reports in CI status
([`511764d`](https://github.com/python-gitlab/python-gitlab/commit/511764d2fc4e524eff0d7cf0987d451968e817d3))

- **contributing**: Refresh development docs
([`d387d91`](https://github.com/python-gitlab/python-gitlab/commit/d387d91401fdf933b1832ea2593614ea6b7d8acf))

- **deps**: Update actions/stale action to v8
([`7ac4b86`](https://github.com/python-gitlab/python-gitlab/commit/7ac4b86fe3d24c3347a1c44bd3db561d62a7bd3f))

- **deps**: Update all non-major dependencies
([`8b692e8`](https://github.com/python-gitlab/python-gitlab/commit/8b692e825d95cd338e305196d9ca4e6d87173a84))

- **deps**: Update all non-major dependencies
([`2f06999`](https://github.com/python-gitlab/python-gitlab/commit/2f069999c5dfd637f17d1ded300ea7628c0566c3))

- **deps**: Update all non-major dependencies
([2493](https://github.com/python-gitlab/python-gitlab/pull/2493),
[`07d03dc`](https://github.com/python-gitlab/python-gitlab/commit/07d03dc959128e05d21e8dfd79aa8e916ab5b150))

* chore(deps): update all non-major dependencies * chore(fixtures): downgrade GitLab for now *
chore(deps): ungroup typing deps, group gitlab instead * chore(deps): downgrade argcomplete for
now

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]users.noreply.github.com>

Co-authored-by: Nejc Habjan <nejc.habjansiemens.com>

- **deps**: Update black (23.1.0) and commitizen (2.40.0)
([2479](https://github.com/python-gitlab/python-gitlab/pull/2479),
[`44786ef`](https://github.com/python-gitlab/python-gitlab/commit/44786efad1dbb66c8242e61cf0830d58dfaff196))

Page 5 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.