<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/requests_cache/models, branch main</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Add compatibility with urllib3 2.0</title>
<updated>2023-05-15T19:43:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-15T18:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a'/>
<id>ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix loading cached JSON content when decode_content=True and the root element is a list</title>
<updated>2023-05-08T17:29:57+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=914b62502cf510a6c67b61453a67f90c86222f6e'/>
<id>914b62502cf510a6c67b61453a67f90c86222f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable bugbear extension and fix warnings</title>
<updated>2023-05-08T16:32:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T16:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6'/>
<id>7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update type hints to appease Pylance and stricter mypy settings</title>
<updated>2022-12-13T22:27:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-12T04:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f7281895698f33b9c41239b5be3a961fd1691b99'/>
<id>f7281895698f33b9c41239b5be3a961fd1691b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if raw._fp is None before trying is_fp_closed()</title>
<updated>2022-12-04T17:46:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-11-30T04:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=a4369395f53a11f4141a3de24f889ec95335d533'/>
<id>a4369395f53a11f4141a3de24f889ec95335d533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue on Windows with occasional missing `CachedResponse.created_at` timestamp</title>
<updated>2022-09-30T23:27:44+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-09-30T21:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=55dc02d773048362f0738759f25d07effc9cd951'/>
<id>55dc02d773048362f0738759f25d07effc9cd951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove HTTPResponse attributes from the cache, and re-construct CachedResponse.raw after deserialization</title>
<updated>2022-06-12T02:37:39+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-06-12T02:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=3b7849df68884a2e0add040c2ac1ae7503f69368'/>
<id>3b7849df68884a2e0add040c2ac1ae7503f69368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate BaseCache convenience methods into contains(), filter(), and delete()</title>
<updated>2022-06-12T00:33:54+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-06-11T16:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=d04cc094efb44586dd996e6a0554dec99f7d40c6'/>
<id>d04cc094efb44586dd996e6a0554dec99f7d40c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split up remove_expired_reponses() into remove() and reset_expiration() methods, with more granular arguments</title>
<updated>2022-06-11T16:50:24+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-06-10T22:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=275f675bc2fd6d5ffa3363a436867258a8eccd26'/>
<id>275f675bc2fd6d5ffa3363a436867258a8eccd26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change this into an option for CattrStage instead of a separate class</title>
<updated>2022-06-10T20:12:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-06-10T19:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f24b5fe56e0c939dcdb6afa694c0a07b15ad5fdd'/>
<id>f24b5fe56e0c939dcdb6afa694c0a07b15ad5fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
