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

Fix enrollment issues and bump library versions (#438) #439

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

cullzie
Copy link
Collaborator

@cullzie cullzie commented Jul 26, 2023

  • Fix 403 and add automation for release

  • Prepare for release 4.1.4

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have added tests that prove my fix is effective or that my feature works (Optional)
  • New and existing unit tests pass locally with my changes (Optional)

* Fix 403 and add automation for release

* Prepare for release 4.1.4
@Erim32
Copy link

Erim32 commented Oct 13, 2023

Great work

@@ -1,8 +1,8 @@
aiohttp[speedups]==3.8.1
aiohttp[speedups]==3.8.4
Copy link
Contributor

Choose a reason for hiding this comment

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

aiohttp[speedups]==3.8.4

aiohttp[speedups]>=3.8.4


unless we want to manually do updates every major release

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We have tied to specific versions as leaving it open has broken the script in the past

@@ -28,13 +28,13 @@
),
python_requires=">=3.8, <4",
install_requires=[
"aiohttp[speedups]==3.8.1",
"aiohttp[speedups]==3.8.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

aiohttp[speedups]==3.8.4

aiohttp[speedups]>=3.8.4


unless we want to manually do updates every major release

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same comment as above. It might be worth looking into but generally we won't benefit from taking the latest version of libraries unless they fix an issue we have

@cullzie
Copy link
Collaborator Author

cullzie commented Feb 21, 2024

Finally releasing 🙈
Better late than never 🙃

@cullzie cullzie merged commit 1705269 into master Feb 21, 2024
4 checks passed
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.

None yet

3 participants