chore(python): bump dependencies #168
Merged
villevsv-upcloud merged 8 commits intomainfrom Jul 23, 2025
Merged
Conversation
| url = https://github.com/UpCloudLtd/upcloud-python-api | ||
| packages=['upcloud_api', 'upcloud_api.cloud_manager'] | ||
| license = MIT | ||
| license_files = [] |
Contributor
Author
There was a problem hiding this comment.
Fixes issue with twine, pypa/twine#1216 (comment)
Member
There was a problem hiding this comment.
Don't know if it makes much of a difference, but I suppose we could add the actual license file here too.
Suggested change
| license_files = [] | |
| license_files = LICENSE.txt |
This syntax is untested, but I suppose it's the correct one per https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#specifying-values. packages above uses something else that doesn't seem to be noted in the config spec.
Contributor
Author
There was a problem hiding this comment.
Seems to trigger the original issue, see https://github.com/UpCloudLtd/upcloud-python-api/actions/runs/16443800646/job/46470548059. Also tried license_files = ['LICENSE.txt'] and license_files = 'LICENSE.txt' with no success.
scop
approved these changes
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.