Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze package versions in requirements-*.txt #755

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

habara-k
Copy link
Contributor

@habara-k habara-k commented Feb 7, 2025

This PR addresses the issue of potential breaking changes in our dependencies by freezing the current package versions in the requirements-*.txt files.

@habara-k habara-k requested review from mokuzon and a team February 25, 2025 06:51
requirements.txt Outdated
Comment on lines 1 to 8
requests>=2.32.3,<3
urllib3>=2.0.5,<3
aiohttp >=3.10.9
future
aiohttp >=3.10.9, <4
future==1.0.0
pydantic >=2.0.3, <3
aenum >= 3.1.11
python_dateutil >= 2.5.3
Deprecated
aenum >= 3.1.11, <4
python_dateutil >= 2.5.3, <3
Deprecated==1.2.18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

about future, Deprecated

If this completely fixes the version, it may cause conflicts with other libraries on the user's side, and the user may not be able to apply security patches. Please only set upper and lower bounds if necessary.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated>=1.2.18
future >= 1.0.0

@habara-k habara-k self-assigned this Mar 12, 2025
@habara-k habara-k requested a review from Yang-33 March 13, 2025 07:31
Copy link
Contributor

@Yang-33 Yang-33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you resolve conflict at first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants