Skip to content

Commit 2f5a174

Browse files
committed
upgrade docs
1 parent a5ae416 commit 2f5a174

File tree

4 files changed

+26
-75
lines changed

4 files changed

+26
-75
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: upgrading-to-v2
3+
title: Upgrading to v2
4+
---
5+
6+
This page summarizes the breaking changes between Apify Python API client v1.x and v2.0.
7+
8+
## Python version support
9+
10+
<!-- TODO -->
11+
12+
## Change underlying HTTP library
13+
14+
In v2.0, the Apify Python API client switched from using `httpx` to [`impit`](https://github.com/apify/impit) as the underlying HTTP library. This
15+
change was made to improve performance and reduce the bundle size.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ keywords = ["apify", "api", "client", "automation", "crawling", "scraping"]
2727
dependencies = [
2828
"apify-shared<2.0.0",
2929
"colorama>=0.4.0",
30-
"httpx>=0.25",
3130
"impit>=0.5.2",
3231
"more_itertools>=10.0.0",
3332
]

uv.lock

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/sidebars.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ module.exports = {
3333
},
3434
],
3535
},
36-
// {
37-
// type: 'category',
38-
// label: 'Upgrading',
39-
// collapsed: false,
40-
// items: [
41-
// {
42-
// type: 'autogenerated',
43-
// dirName: '04_upgrading',
44-
// },
45-
// ],
46-
// },
36+
{
37+
type: 'category',
38+
label: 'Upgrading',
39+
collapsed: false,
40+
items: [
41+
{
42+
type: 'autogenerated',
43+
dirName: '04_upgrading',
44+
},
45+
],
46+
},
4747
{
4848
type: 'doc',
4949
id: 'changelog',

0 commit comments

Comments
 (0)