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(openapiv3-indexmap): support indexmap 2 #508

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

tiagolobocastro
Copy link
Collaborator

@tiagolobocastro tiagolobocastro commented Sep 8, 2023

Latest openapiv3 became "too flexible" for indexmap dep: ">=1.6.1, <3.0.0"

This causes issues with paperclip because we use 1.0. Upgrade to indexmap v2

Resolves #507

chrono 0.4.30 included a breaking change with the Duration:
https://github.com/chronotope/chrono/releases/tag/v0.4.30
This only affects actix2 actix-http 1, so simply disable its
CI for now since it's unlikely anyone is still using it anyways and
we should probably remove support for this in the future.

Signed-off-by: Tiago Castro <[email protected]>
Latest openapiv3 became "too flexible" for indexmap dep:
">=1.6.1, <3.0.0"

This causes issues with paperclip because we use 1.0.
Upgrade to indexmap v2

Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro merged commit 9efafd0 into master Sep 27, 2023
7 checks passed
@tiagolobocastro tiagolobocastro deleted the fix-index branch September 27, 2023 17:55
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.

using feature v3, paperclip-core v0.6.1 is not compiling
1 participant