Skip to content

Update typing_extensions due to incompatible version #100

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@
name = "llama_stack_client"
version = "0.1.0"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "Apache-2.0"
license = { text = "Apache License 2.0" }
authors = [
{ name = "Llama Stack Client", email = "dev-feedback@llama-stack-client.com" },
]
@@ -94,9 +93,6 @@ typecheck = { chain = [
"typecheck:verify-types" = "pyright --verifytypes llama_stack_client --ignoreexternal"
"typecheck:mypy" = "mypy ."

[build-system]
requires = ["hatchling", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"

[tool.hatch.build]
include = [
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ termcolor==2.5.0
# via llama-stack-client
tqdm==4.67.1
# via llama-stack-client
typing-extensions==4.8.0
typing-extensions==4.12.2
# via anyio
# via llama-stack-client
# via pydantic