Skip to content

upgrade gevent version to 22 to support python3.11 #547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ qiniu = ">=7.1.4,<7.2.4"
"urllib3" = ">=1.24.3,<=1.25.3"
requests = ">=2.20.0,<=2.22.0"
Werkzeug = ">=0.11.11,<1.0.0"
gevent = ">=1.0.2,<2.0.0"
gevent = ">=22.10.2,<23.0.0"
typing = { version = "*", markers = "python_version < '3.5.0'" }
pyopenssl = { version = "*", markers = "python_version < '2.7.9'" }
idna = { version = "*", markers = "python_version < '2.7.9'" }
markupsafe = "<=2.0.1"
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.9.12] - 2022-11-24

## Fixed

- Upgrade gevent version to support Python 3.11

## [2.9.11] - 2022-06-23

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ qiniu>=7.3.1
requests>=2.25.1
Werkzeug>=0.16.0,<2.0.0
secure-cookie>=0.1.0,<1.0.0
gevent>=21.1.0,<22.0.0
gevent>=22.10.2,<23.0.0
typing; python_version < '3.5'
markupsafe<=2.0.1
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
'requests>=2.25.1',
'Werkzeug>=0.16.0,<2.0.0',
'secure-cookie>=0.1.0,<1.0.0',
'gevent>=21.1.0,<22.0.0',
"typing; python_version < '3.5'"
'gevent>=22.10.2,<23.0.0',
"typing; python_version < '3.5'",
'markupsafe<=2.0.1',
]

setup(
name='leancloud',
version='2.9.11',
version='2.9.12',
description='LeanCloud Python SDK',
url='https://leancloud.cn/',
author='asaka',
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy