Skip to content

Commit

Permalink
Import fix; Revert Pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Dec 9, 2024
1 parent c3eb507 commit c423a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agency_swarm/util/streaming/agency_event_handler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from abc import ABC
from typing import override

from openai.lib.streaming import AssistantEventHandler
from openai.types.beta.threads.runs.run_step import RunStep
from typing_extensions import override

from agency_swarm.util.oai import get_tracker

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"jsonref==1.1.0",
"langfuse==2.55.0",
"openai>=1.55.3,<2.0.0",
"pydantic==2.9.2",
"pydantic==2.8.2",
"python-dotenv==1.0.1",
"rich==13.7.1",
"termcolor==2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docstring_parser==0.16
jsonref==1.1.0
langfuse==2.55.0
openai>=1.55.3,<2.0.0
pydantic==2.9.2
pydantic==2.8.2
python-dotenv==1.0.1
rich==13.7.1
termcolor==2.4.0

0 comments on commit c423a3a

Please sign in to comment.