Skip to content

feat: make deps more flexible#158

Merged
vinitkumar merged 5 commits into
masterfrom
fix/ease-deps
Oct 16, 2022
Merged

feat: make deps more flexible#158
vinitkumar merged 5 commits into
masterfrom
fix/ease-deps

Conversation

@vinitkumar

@vinitkumar vinitkumar commented Oct 16, 2022

Copy link
Copy Markdown
Owner

Make the deps not strict, as it reduces the usefulness of the library and causes problems to the project using them.

  • change the types for the test, as the underlying xmltodict library changed the type of what is returned.

This change is requested by #157 where he is correct in suggesting that the tight requirements may cause issues with projects using this library.

@codecov

codecov Bot commented Oct 16, 2022

Copy link
Copy Markdown

Codecov Report

Base: 94.04% // Head: 94.02% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (8dce8fc) compared to base (8a68519).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   94.04%   94.02%   -0.02%     
==========================================
  Files           6        6              
  Lines         537      536       -1     
==========================================
- Hits          505      504       -1     
  Misses         32       32              
Impacted Files Coverage Δ
tests/test_json2xml.py 99.10% <100.00%> (-0.01%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Vinit Kumar added 4 commits October 16, 2022 13:34
v0.12.0..v0.13.0 has changed the type of what is returned.

```diff
-from collections import OrderedDict
+_dict = dict
+import platform
```

Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
@vinitkumar vinitkumar merged commit db6e2e5 into master Oct 16, 2022
@vinitkumar vinitkumar deleted the fix/ease-deps branch February 21, 2025 12:03
@vinitkumar vinitkumar restored the fix/ease-deps branch June 14, 2026 17:18
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.

1 participant