openapi-generators / openapi-generators/openapi-python-client
typing_extensions should be declared as dependency
未关闭
适合新手
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 2k
- 派生
- 293
- 平均合并
- 34 分钟
- 30 天内合并 PR
- 1
描述
My understanding is typing_extensions comes transitively from httpx only up to python < 3.13. However, the generated code uses it without declaring it as a dependency. So when using python >= 3.13, that causes an import error
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先追踪生成客户端的依赖是如何声明的,并使用 Python >= 3.13 重现导入失败。完成标准是直接声明 typing_extensions,并且生成的代码能够在受支持的 Python 版本上成功导入。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100