Skip to content

Commit

Permalink
依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Jun 20, 2024
1 parent 6249539 commit 463d61c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pydantic-core = ">=2.14.6"
cachetools = ">=4.2.2"
pyjwt = "~=2.8.0"
pandas = {version = ">=1.0.0", python = ">=3.8,<3.9.7 || >3.9.7,<4.0"}
openpyxl = {version = ">=3.1.0", python = ">=3.8,<3.9.7 || >3.9.7,<4.0"}


[tool.poetry.group.test.dependencies]
Expand Down
6 changes: 0 additions & 6 deletions zhipuai/api_resource/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,9 @@ def __init__(self, files: Files) -> None:
self.create = _legacy_response.to_raw_response_wrapper(
files.create,
)
self.retrieve = _legacy_response.to_raw_response_wrapper(
files.retrieve,
)
self.list = _legacy_response.to_raw_response_wrapper(
files.list,
)
self.delete = _legacy_response.to_raw_response_wrapper(
files.delete,
)
self.content = _legacy_response.to_raw_response_wrapper(
files.content,
)

0 comments on commit 463d61c

Please sign in to comment.