Commit Graph

  • 648354b7a5 feat: Add multi-worker support for uvicorn deployment bupt_rain 2025-06-26 16:23:29 +0800
  • 7f6510b761 feat: Add multi-worker support for uvicorn deployment bupt_rain 2025-06-26 16:13:49 +0800
  • 68a52f44f2
    Merge 7cc4322892 into 105063963d Benjamin Bartels 2025-06-23 14:59:26 +0000
  • 7cc4322892
    Changes prints to logs Benjamin Bartels 2025-06-23 15:59:23 +0100
  • aba0a77798
    Update main.py Benjamin Bartels 2025-06-23 13:25:15 +0100
  • 6b658790fa
    Update main.py Benjamin Bartels 2025-06-23 13:21:52 +0100
  • b463985646
    Update main.py Benjamin Bartels 2025-06-23 13:21:14 +0100
  • f7bae43fda
    Update main.py Benjamin Bartels 2025-06-23 13:19:30 +0100
  • 775b2976f4
    Update main.py Benjamin Bartels 2025-06-23 13:19:05 +0100
  • 9b8f792879
    Update main.py Benjamin Bartels 2025-06-23 13:06:55 +0100
  • ddf27f389b
    Update main.py Benjamin Bartels 2025-06-23 13:06:26 +0100
  • b2b09b31e0
    Fixes Benjamin Bartels 2025-06-23 13:02:08 +0100
  • 747cd456a4
    Adds ability to disable printing args Benjamin Bartels 2025-06-23 13:01:11 +0100
  • 50076f615c
    Merge 9cdeeb91e7 into 105063963d edelauna 2025-06-19 13:08:11 +0000
  • 9cdeeb91e7
    fix(server_type): SSE server does not reconnect if session lost Elliott de Launay 2025-06-19 09:08:04 -0400
  • 513816326d feat: Add multi-worker support for uvicorn deployment bupt_rain 2025-06-03 14:40:31 +0800
  • 0b4e41808e
    Merge 0b1b0392de into 105063963d dheerapat 2025-06-09 18:49:23 +0900
  • 3eddb1558c
    Merge 105063963d into 4758d30f6c Tim Jaeryang Baek 2025-06-09 01:54:02 +0400
  • 105063963d
    Merge pull request #174 from bipedalBit/fix-circular-schema-ref-exception dev Tim Jaeryang Baek 2025-06-09 01:53:50 +0400
  • 41fa151631 fix: return to break loop of $ref in schema, avoid some case of Custom-field-not-found exception. BipedalBit 2025-06-07 01:18:47 +0800
  • 4758d30f6c
    Merge pull request #140 from open-webui/dev main v0.0.15 Tim Jaeryang Baek 2025-06-06 21:03:13 +0400
  • 4de89ed0cd
    Merge a0b5dcc30f into 919c18719c bmen25124 2025-06-07 01:03:09 +0800
  • 919c18719c doc: changelog Timothy Jaeryang Baek 2025-06-06 21:03:04 +0400
  • e20eed7093
    Merge 46586eb5c8 into 663f7312bb JunXiang 2025-06-06 09:46:06 -0700
  • 663f7312bb
    Merge pull request #162 from 021gink/graceful-uvicorn-shutdown Tim Jaeryang Baek 2025-06-06 20:31:24 +0400
  • 3fec81d363
    Merge pull request #167 from eric68668/main Tim Jaeryang Baek 2025-06-06 20:29:48 +0400
  • 88de3caef8
    Merge pull request #170 from 2underscores/fix-leading-underscore-parameters Tim Jaeryang Baek 2025-06-06 20:29:30 +0400
  • 0d93fef279 rm debug logs 2underscores 2025-06-05 22:19:36 +1000
  • 93297c9bc0 Abstracted out alias checks and creation 2underscores 2025-06-05 22:02:11 +1000
  • 1953ace032 Fix: Handle parameter names with leading underscores in Pydantic models - Add field aliasing for parameters starting with '__' (e.g., __top, __filter) - Apply fix to both top-level and nested object properties - Use by_alias=True in model_dump to preserve original parameter names for MCP calls - Prevents Pydantic v2 NameError - Enables compatibility with Microsoft 365 MCP server and other OData-based APIs - Fixes #160 2underscores 2025-06-05 09:31:12 +1000
  • dc4c4abe08 feat: headers support Timothy Jaeryang Baek 2025-06-04 19:57:13 +0400
  • 47888425e2 Print MCP exception stacktrace 文龙 2025-05-29 11:05:20 +0800
  • a33ab53331
    Merge pull request #161 from KyleF0X/fix-smithery-authentication Tim Jaeryang Baek 2025-05-28 23:36:17 +0400
  • 101c513aeb Gracefully shutdown uvicorn.Server on task cancellation in run() A i 2025-05-28 21:50:42 +0800
  • 438395c768 fix: Enable environment variable inheritance for Smithery cloud services authentication KyleF0X 2025-05-28 13:06:53 +1000
  • 0b1b0392de feat: image result will store in memory and return uri Dheerapat Tookkane 2025-05-24 14:15:32 +0700
  • 96dc9490f7 feat: add resource route and register to main app Dheerapat Tookkane 2025-05-24 13:51:48 +0700
  • ee22e46abb
    Merge pull request #146 from rkconsulting/issue#142-server-instructions Tim Jaeryang Baek 2025-05-16 17:22:52 +0400
  • db10c1c807 [add] support for mcp server instructions rkirscht 2025-05-16 13:00:06 +0200
  • ccee740539
    Merge pull request #136 from taylorwilsdon/issues/73 Tim Jaeryang Baek 2025-05-15 13:30:40 +0400
  • 27af7a6f22
    Merge pull request #135 from taylorwilsdon/issues/73 Tim Jaeryang Baek 2025-05-15 13:29:33 +0400
  • ee5c129de6 add sse_read_timeout=None back Taylor Wilsdon 2025-05-14 17:50:03 -0400
  • c34e4c55e5
    Merge pull request #131 from open-webui/dev v0.0.14 Tim Jaeryang Baek 2025-05-11 23:59:26 +0400
  • ebcd3e1e7c fix Timothy Jaeryang Baek 2025-05-11 23:59:09 +0400
  • 157cab9025 Update pyproject.toml Timothy Jaeryang Baek 2025-05-11 23:58:47 +0400
  • 0fd1f187c1
    Merge pull request #130 from open-webui/dev Tim Jaeryang Baek 2025-05-11 23:42:59 +0400
  • 8802b467ce refac Timothy Jaeryang Baek 2025-05-11 23:41:00 +0400
  • 1356fee991
    Merge pull request #129 from taylorwilsdon/add_streamable_http Tim Jaeryang Baek 2025-05-11 23:31:54 +0400
  • 0cdb378d9a bump packages Taylor Wilsdon 2025-05-11 15:28:06 -0400
  • 7534c34dad
    Update pyproject.toml Taylor Wilsdon 2025-05-11 15:19:28 -0400
  • 5abf0d3634 consolidate startup logging Taylor Wilsdon 2025-05-11 15:14:59 -0400
  • d23bfbf4fb fix duplicate key issue for ssl_keyfile Taylor Wilsdon 2025-05-11 15:04:48 -0400
  • 70f4e64b28 update changelog + readme Taylor Wilsdon 2025-05-11 13:50:48 -0400
  • 2be873eee1 clean up + trim trailing whitepsace Taylor Wilsdon 2025-05-11 13:48:29 -0400
  • cd6ea93224 Add streamable http support Taylor Wilsdon 2025-05-11 13:48:22 -0400
  • cc8cc674c3 Add create_app function binchick-in 2025-05-10 14:28:20 -0700
  • e5705119bf refactor: Add get_optional_attr helper function MartinPSDev 2025-05-09 18:54:51 -0300
  • 759775afb9 refactor: Add get_optional_attr helper function for consistent attribute access MartinPSDev 2025-05-09 18:26:30 -0300
  • b585455f8f docs: update CHANGELOG.md with CORS middleware refactor MartinPSDev 2025-05-09 18:15:12 -0300
  • b978f2aa15 refactor: Extract CORS middleware setup to a reusable function MartinPSDev 2025-05-09 18:04:06 -0300
  • a0b5dcc30f Fixed "Custom field not found" error bmen25124 2025-05-05 21:52:59 +0300
  • 22a812e8ec Add MseeP.ai badge to README Lawrence Sinclair 2025-05-05 13:43:35 +0700
  • 426558c0d6 feat: improve error handling for tool execution in FastAPI Dmytro Dragan 2025-05-03 22:22:40 +0200
  • 51ececaf7c feat: implement PatchedClientSession with enhanced tool execution and logging Dmytro Dragan 2025-05-03 22:06:58 +0200
  • 5796e00953 feat: refactor filter handling to align with flat filter structure Dmytro Dragan 2025-05-02 20:37:26 +0200
  • dc48d278ba feat: add comprehensive schema processing tests and utilities Dmytro Dragan 2025-05-02 19:40:27 +0200
  • ddf31d0408
    feat: add token support for SSE client eric2788 2025-05-02 18:01:29 +0800
  • 46586eb5c8 fix: wait for MCP server tools to be ready before listing (tools_timeout/tools_interval) junxiang 2025-05-02 11:56:31 +0800
  • 6f70218910
    Merge branch 'dev' into main Zuhaib Siddique 2025-05-01 08:51:59 -0700
  • e37d0ebd27
    Merge pull request #108 from open-webui/dev v0.0.13 Tim Jaeryang Baek 2025-04-30 22:53:11 -0700
  • df48224ab6 chore: bump Timothy Jaeryang Baek 2025-05-01 09:52:59 +0400
  • 4c948e2b51 refac Timothy Jaeryang Baek 2025-04-30 16:00:10 +0400
  • fe95c6a6fa refac: substandard code Timothy Jaeryang Baek 2025-04-30 13:55:20 +0400
  • 1566a34c9c
    Merge pull request #105 from JinY0ung-Shin/main Tim Jaeryang Baek 2025-04-30 02:48:08 -0700
  • 780dd93080
    Merge branch 'dev' into main JinY0ung-Shin 2025-04-28 20:53:39 +0900
  • 19f18b13c5
    Merge pull request #96 from cutekibry/fix-union-type Tim Jaeryang Baek 2025-04-28 02:54:32 -0700
  • 6f04974d5d
    Merge branch 'dev' into main JinY0ung-Shin 2025-04-28 14:49:49 +0900
  • 464d886673
    Support Custom basemode and output schema JinY0ung-Shin 2025-04-28 14:29:17 +0900
  • e392df0763
    Support Custom basemode and output schema JinY0ung-Shin 2025-04-28 14:28:49 +0900
  • f7d4ae8008 Add test Zuhaib Siddique 2025-04-26 20:54:42 -0700
  • 6edc95da71 fix mising arg and json for headers Zuhaib Siddique 2025-04-25 21:08:08 -0700
  • 3da846254f add headers support for sse Zuhaib Siddique 2025-04-25 20:54:43 -0700
  • 603327c853 feat: support AnyOf and Null Tsukimaru Oshawott 2025-04-24 17:50:25 +0800
  • 393f2e724b
    Merge pull request #83 from alpha-pet/feat-extend-api-key-protection Tim Jaeryang Baek 2025-04-19 11:38:40 -0700
  • 9d3e34bfa9 feat: implement option to make authentication required to access documentation and spec Thomas Rehn 2025-04-17 16:23:52 +0200
  • 46fc6f34d9
    Merge pull request #82 from alpha-pet/feat-union-type Tim Jaeryang Baek 2025-04-17 12:50:37 -0700
  • ec4524ee22 feat: Support mixed types Thomas Rehn 2025-04-17 16:15:10 +0200
  • 4ad458f868
    Merge pull request #75 from open-webui/dev v0.0.12 Tim Jaeryang Baek 2025-04-14 02:16:02 -0700
  • 64e41d1058 chore: bump Timothy Jaeryang Baek 2025-04-14 02:15:52 -0700
  • 3ad146e781 Change order of environment injection using config file anit3res 2025-04-14 10:12:04 +0200
  • 4d1ef552ba
    Merge pull request #74 from lowlyocean/fix_sse_timeout Tim Jaeryang Baek 2025-04-13 22:00:20 -0700
  • fb3290fce9 Disable sse_read_timeout to prevent errors after 5 min of inactivity Daniel Nowak 2025-04-14 00:43:23 -0400
  • f937a1d213
    Merge pull request #71 from open-webui/dev Tim Jaeryang Baek 2025-04-12 19:36:14 -0700
  • fad013e086 doc: readme Timothy Jaeryang Baek 2025-04-12 19:36:00 -0700
  • 3b5f4fe17e
    Merge pull request #65 from open-webui/dev v0.0.11 Tim Jaeryang Baek 2025-04-12 12:24:25 -0700
  • 6d1b8829bf doc: changelog Timothy Jaeryang Baek 2025-04-12 12:24:16 -0700
  • 650912c5ee doc: readme Timothy Jaeryang Baek 2025-04-12 12:19:30 -0700
  • 77fbb9a727 refac Timothy Jaeryang Baek 2025-04-12 12:12:55 -0700
  • d1b9f7182d
    Merge pull request #69 from nohaz-h/feature/sse-mcp-server-support Tim Jaeryang Baek 2025-04-12 11:57:06 -0700
  • 6fbc97e506 Added ability to connect to SSE MCP server Azam Janah 2025-04-12 08:15:45 +0800