Ai
1 Star 0 Fork 14

algorithmofdish/python-connexion

forked from src-openEuler/python-connexion
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
upgrade-pyyaml-supported-versions-in-setup.patch 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
njlzk 提交于 2022-02-17 15:10 +08:00 . update pyyaml version
From 4ae76e15a8f5bf3b4223b554cecc93537f4511ae Mon Sep 17 00:00:00 2001
From: liuzhikang <liuzhikang3@huawei.com>
Date: Wed, 16 Feb 2022 16:09:35 +0800
Subject: [PATCH] update pyyaml version in install_requires.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index adf00a5..295e5aa 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ version = read_version('connexion')
install_requires = [
'clickclick>=1.2,<21',
'jsonschema>=2.5.1,<4',
- 'PyYAML>=5.1,<6',
+ 'PyYAML>=5.1,<7',
'requests>=2.9.1,<3',
'inflection>=0.3.1,<0.6',
'openapi-spec-validator>=0.2.4,<0.4',
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/algorithmofdish/python-connexion.git
git@gitee.com:algorithmofdish/python-connexion.git
algorithmofdish
python-connexion
python-connexion
master

搜索帮助