Skip to content

Commit

Permalink
add missing dependecies tiktoken & pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
alizenhom committed Aug 12, 2024
1 parent 94c10f4 commit bb97ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenTelemetry OpenAI Instrumentation
===================================
====================================

|pypi|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ classifiers = [
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.47b0",
"tiktoken>=0.1.1",
"pydantic>=1.8"

]

[project.optional-dependencies]
Expand Down

0 comments on commit bb97ec9

Please sign in to comment.