Skip to content

Commit

Permalink
Add tiktoken as a dependency in pyproject.toml (#5008)
Browse files Browse the repository at this point in the history
* Add tiktoken as a dependency in pyproject.toml

Signed-off-by: Johan Forngren <[email protected]>

Update uv.lock with tiktoken dependency from fbfdc9f

Signed-off-by: Johan Forngren <[email protected]>

* Updating autogen-ext dependencies per #5008 (comment)

Signed-off-by: Johan Forngren <[email protected]>

---------

Signed-off-by: Johan Forngren <[email protected]>
Co-authored-by: Victor Dibia <[email protected]>
  • Loading branch information
JohanForngren and victordibia authored Jan 13, 2025
1 parent c0082dd commit 1a6e976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
"pyyaml",
"autogen-core==0.4.0",
"autogen-agentchat==0.4.0",
"autogen-ext[magentic-one]==0.4.0",
"azure-identity",
"autogen-ext[magentic-one, openai, azure]==0.4.0",
"azure-identity"
]
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}

Expand Down
4 changes: 2 additions & 2 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a6e976

Please sign in to comment.