Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/unreleased/Dependencies-20230522-212201.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Dependencies
time: 2023-05-22T21:22:01.336704+02:00
custom:
Author: [email protected]
PR: "7681"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"requests<3.0.0",
"idna>=2.5,<4",
"cffi>=1.9,<2.0.0",
"pyyaml>=6.0",
"pyyaml>=5.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

@gshank was there a reason for this version when you added mashumaro 3?
5686cab

Copy link
Contributor

Choose a reason for hiding this comment

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

Not really. I looked at the available versions and since I had tested on a version 6.x, picked that one. I looked at the Changelogs and there hasn't been much since 5.3.

"urllib3~=1.0",
],
zip_safe=False,
Expand Down