<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git, 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>Merge pull request #826 from requests-cache/urllib3-2.0</title>
<updated>2023-05-15T19:48:09+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-15T19:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=68760791753c0b7892a669028b3b7658eb80220b'/>
<id>68760791753c0b7892a669028b3b7658eb80220b</id>
<content type='text'>
Add compatibility with urllib3 2.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add compatibility with urllib3 2.0</pre>
</div>
</content>
</entry>
<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 outdated example in docs</title>
<updated>2023-05-15T18:48:47+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-15T18:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=6a59bfd6273112e9aca59e9588fd71edbafb8df3'/>
<id>6a59bfd6273112e9aca59e9588fd71edbafb8df3</id>
<content type='text'>
Fixes #824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #824
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #822 from requests-cache/fix-decoded-json-list</title>
<updated>2023-05-08T17:50:57+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T17:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=894755dbba79268a550385c2c697688df333e670'/>
<id>894755dbba79268a550385c2c697688df333e670</id>
<content type='text'>
Fix loading cached JSON content when decode_content=True and the root element is a list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix loading cached JSON content when decode_content=True and the root element is a list</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>Merge pull request #821 from requests-cache/ruff</title>
<updated>2023-05-08T16:32:41+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T16:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=e5d54b4f930956bbfdaf21d819e269a9857fc28a'/>
<id>e5d54b4f930956bbfdaf21d819e269a9857fc28a</id>
<content type='text'>
Replace flake8 with ruff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace flake8 with ruff</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>Replace flake8 with ruff</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:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=83f7bc77e4daeab70e19e29a1ed1ba4bcabff9e1'/>
<id>83f7bc77e4daeab70e19e29a1ed1ba4bcabff9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check poetry lockfile for unexpected dependencies before deploying</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:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=3f43383c71df06ceea90299308474c384c7824d5'/>
<id>3f43383c71df06ceea90299308474c384c7824d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies and pre-commit hooks</title>
<updated>2023-05-08T15:55:00+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T15:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=469d91f460ec9dff42aa7b34f7c9dd11ca34f411'/>
<id>469d91f460ec9dff42aa7b34f7c9dd11ca34f411</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
