Skip to content

Commit

Permalink
feat: add py.typed for OpenAI and Gemini (#17295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Dec 18, 2024
1 parent 8ecc02a commit ef08633
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
python_sources()

resource(
name="py_typed",
source="py.typed",
)
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-gemini"
readme = "README.md"
version = "0.4.1"
version = "0.4.2"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
python_sources()

resource(
name="py_typed",
source="py.typed",
)
Empty file.

0 comments on commit ef08633

Please sign in to comment.