File tree Expand file tree Collapse file tree 2 files changed +21
-20
lines changed
Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -72,19 +72,15 @@ click==8.3.1
7272 # uvicorn
7373cloudpickle == 3.1.2
7474 # via pydocket
75- colorama == 0.4.6
76- # via
77- # click
78- # pytest
79- # tqdm
8075coverage [toml ]== 7.13.0
8176 # via pytest-cov
82- cryptography == 46.0.3
77+ cryptography == 46.0.5
8378 # via
8479 # authlib
8580 # azure-identity
8681 # msal
8782 # pyjwt
83+ # secretstorage
8884cyclopts == 4.4.0
8985 # via fastmcp
9086diskcache == 5.6.3
@@ -144,6 +140,10 @@ jaraco-context==6.0.1
144140 # via keyring
145141jaraco-functools == 4.3.0
146142 # via keyring
143+ jeepney == 0.9.0
144+ # via
145+ # keyring
146+ # secretstorage
147147jiter == 0.12.0
148148 # via openai
149149jsonschema == 4.25.1
@@ -366,10 +366,6 @@ python-multipart==0.0.20
366366 # via mcp
367367pytokens == 0.3.0
368368 # via black
369- pywin32 == 311 ; sys_platform == 'win32'
370- # via mcp
371- pywin32-ctypes == 0.2.3 ; sys_platform == 'win32'
372- # via keyring
373369pyyaml == 6.0.3
374370 # via
375371 # jsonschema-path
@@ -408,6 +404,8 @@ rpds-py==0.30.0
408404 # referencing
409405ruff == 0.14.9
410406 # via -r requirements.in
407+ secretstorage == 3.5.0
408+ # via keyring
411409shellingham == 1.5.4
412410 # via typer
413411sniffio == 1.3.1
Original file line number Diff line number Diff line change @@ -72,19 +72,15 @@ click==8.3.1
7272 # uvicorn
7373cloudpickle==3.1.2
7474 # via pydocket
75- colorama==0.4.6
76- # via
77- # click
78- # pytest
79- # tqdm
8075coverage[toml]==7.13.0
8176 # via pytest-cov
82- cryptography==46.0.3
77+ cryptography==46.0.5
8378 # via
8479 # authlib
8580 # azure-identity
8681 # msal
8782 # pyjwt
83+ # secretstorage
8884cyclopts==4.3.0
8985 # via fastmcp
9086diskcache==5.6.3
@@ -144,6 +140,10 @@ jaraco-context==6.0.1
144140 # via keyring
145141jaraco-functools==4.3.0
146142 # via keyring
143+ jeepney==0.9.0
144+ # via
145+ # keyring
146+ # secretstorage
147147jiter==0.12.0
148148 # via openai
149149jsonschema==4.25.1
@@ -366,10 +366,6 @@ python-multipart==0.0.20
366366 # via mcp
367367pytokens==0.3.0
368368 # via black
369- pywin32==311
370- # via mcp
371- pywin32-ctypes==0.2.3
372- # via keyring
373369pyyaml==6.0.3
374370 # via
375371 # jsonschema-path
@@ -408,6 +404,8 @@ rpds-py==0.30.0
408404 # referencing
409405ruff==0.14.9
410406 # via -r requirements.in
407+ secretstorage==3.5.0
408+ # via keyring
411409shellingham==1.5.4
412410 # via typer
413411sniffio==1.3.1
@@ -432,8 +430,10 @@ typer==0.20.0
432430typing-extensions==4.15.0
433431 # via
434432 # aiosqlite
433+ # anyio
435434 # azure-core
436435 # azure-identity
436+ # exceptiongroup
437437 # mcp
438438 # openai
439439 # opentelemetry-api
@@ -443,7 +443,10 @@ typing-extensions==4.15.0
443443 # pydantic
444444 # pydantic-core
445445 # pydocket
446+ # pytest-asyncio
447+ # referencing
446448 # sqlalchemy
449+ # starlette
447450 # typer
448451 # typing-inspection
449452typing-inspection==0.4.2
You can’t perform that action at this time.
0 commit comments