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

Bump openapi_parser dependency to 2.0 #400

Merged
merged 2 commits into from
Jan 14, 2024
Merged

Conversation

aburgel
Copy link
Contributor

@aburgel aburgel commented Jan 12, 2024

v2.0 of openapi_parser has a very useful fix to support nullable anyOf, allOf, oneOf types. This is a common way to handle nullable references.

@aburgel aburgel marked this pull request as ready for review January 12, 2024 19:16
@brandur
Copy link
Member

brandur commented Jan 14, 2024

@aburgel Now that #401 is in, can you rebase this and we can double check that everything checks out in CI? Thanks!

@aburgel
Copy link
Contributor Author

aburgel commented Jan 14, 2024

@brandur all pass except ruby 2.6. It looks like this new version of openapi_parser only supports 2.7 and up.

2.6 is pretty old and many libraries no longer supports. Rails dropped it in 7.0. So I think dropping it is reasonable.

brandur added a commit that referenced this pull request Jan 14, 2024
Drop support for Ruby 2.6. 2.6 has been out of support for almost two
years now (Mar 2022), and is causing a few issues with upgrading
dependencies [1], so it's probably okay at this point for Committee to
drop support for it.

[1] #400
brandur added a commit that referenced this pull request Jan 14, 2024
Drop support for Ruby 2.6. 2.6 has been out of support for almost two
years now (Mar 2022), and is causing a few issues with upgrading
dependencies [1], so it's probably okay at this point for Committee to
drop support for it.

[1] #400
@brandur
Copy link
Member

brandur commented Jan 14, 2024

@aburgel Thanks. Yes I agree on 2.6 — it's been end of life'd for almost two years now, so it's okay to drop it. Did so in #403.

@brandur brandur merged commit aebcc10 into interagent:master Jan 14, 2024
6 of 7 checks passed
@aburgel aburgel deleted the patch-1 branch January 15, 2024 00:07
@aburgel
Copy link
Contributor Author

aburgel commented Jan 16, 2024

@brandur can we get a new release with these changes? 😄

@brandur
Copy link
Member

brandur commented Jan 16, 2024

@aburgel Yep, released as 5.1.0.

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.

2 participants