Skip to content

Commit

Permalink
Merge branch 'main' into 307-add-username-and-password-logic-to-oauth…
Browse files Browse the repository at this point in the history
…-security-settings
  • Loading branch information
sternakt authored Oct 7, 2024
2 parents 5973922 + dab7763 commit 0525e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mesop = [
pyautogen = [
"pyautogen[anthropic,together]>=0.2.35,<0.3",
"flaml==2.2.0,<2.3.0",
"together==1.3.0",
"together>=1.2.11",
"markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included
]

Expand All @@ -83,15 +83,15 @@ submodules = [
]

server = [
"uvicorn==0.30.6",
"uvicorn==0.31.0",
"gunicorn==23.0.0",
]

# dev dependencies
devdocs = [
"mkdocs==1.6.1",
"mkdocs-autorefs==1.2.0", # mkdocs build fails if upgraded
"mkdocs-material==9.5.33",
"mkdocs-material==9.5.39",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.26.1",
Expand All @@ -114,7 +114,7 @@ lint = [
"mypy==1.11.2",
"ruff==0.6.8",
"pyupgrade-directories==0.3.0",
"bandit==1.7.9",
"bandit==1.7.10",
"semgrep==1.89.0",
"codespell==2.3.0",
"pytest-mypy-plugins==3.1.2",
Expand Down

0 comments on commit 0525e50

Please sign in to comment.