Skip to content

Commit

Permalink
Merge branch '0.3.0' into fix-minor-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Oct 7, 2024
2 parents c11c74d + 47814b7 commit e49dc10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ openapi = [
"requests", # do not pin it
]

nats = [
fastapi = [
"faststream[nats]>=0.5.10,<0.6",
"asyncer==0.0.8",
"fastapi>=0.112,<1",
"websockets>=13,<14",
]

submodules = [
"fastagency[mesop,autogen,openapi,nats]"
"fastagency[mesop,autogen,openapi,fastapi]"
]

server = [
Expand Down

0 comments on commit e49dc10

Please sign in to comment.