xonsh/news/remove-caseinsdict.rst
Simon Billinge 1d1e7a8827
try just using CaseSenssitiveDict from requests to see if it works (#5744)
* try just using CaseSenssitiveDict from requests to see if it works

* put the dependency back in pyproject.toml and ignore typing on import

* news

* code now passing tests locally.  I still need to write tests for the new Class

* tests for CaseInsensitiveDict
2024-12-08 13:58:31 +05:30

24 lines
252 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* replaced `case_insensitive_dictionary` dependency with local
`CaseInsensitiveDict` class
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>