1 Star 0 Fork 13

caodongxia/google-api-python-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Remove-version-restrictions.patch 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2022-06-27 10:32 +08:00 . Upgrade to 2.50.0
From b19673c50201bf4a9fa0f3a4ca4dc642ee26e238 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Mon, 27 Jun 2022 10:21:05 +0800
Subject: [PATCH] Remove version restrictions
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d03f117..6933829 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ install_requires = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
- "google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
+ "google-api-core >= 1.31.5, <3.0.0dev",
"uritemplate>=3.0.1,<5",
]
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caodongxia/google-api-python-client.git
git@gitee.com:caodongxia/google-api-python-client.git
caodongxia
google-api-python-client
google-api-python-client
master

搜索帮助