Commit Graph

137 Commits

Author SHA1 Message Date
Tim Jaeryang Baek
4758d30f6c
Merge pull request #140 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
0.0.15
2025-06-06 21:03:13 +04:00
Timothy Jaeryang Baek
919c18719c doc: changelog
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
2025-06-06 21:03:04 +04:00
Tim Jaeryang Baek
663f7312bb
Merge pull request #162 from 021gink/graceful-uvicorn-shutdown
Gracefully shutdown uvicorn.Server on task cancellation in run()
2025-06-06 20:31:24 +04:00
Tim Jaeryang Baek
3fec81d363
Merge pull request #167 from eric68668/main
Print MCP exception stack trace
2025-06-06 20:29:48 +04:00
Tim Jaeryang Baek
88de3caef8
Merge pull request #170 from 2underscores/fix-leading-underscore-parameters
Fix: Handle MCP parameter names with 2 leading underscores
2025-06-06 20:29:30 +04:00
2underscores
0d93fef279 rm debug logs 2025-06-05 22:19:36 +10:00
2underscores
93297c9bc0 Abstracted out alias checks and creation 2025-06-05 22:02:11 +10:00
2underscores
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 2025-06-05 09:56:51 +10:00
Timothy Jaeryang Baek
dc4c4abe08 feat: headers support 2025-06-04 19:57:13 +04:00
文龙
47888425e2 Print MCP exception stacktrace 2025-05-29 11:05:20 +08:00
Tim Jaeryang Baek
a33ab53331
Merge pull request #161 from KyleF0X/fix-smithery-authentication
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
fix: Enable environment variable inheritance for Smithery cloud services authentication
2025-05-28 23:36:17 +04:00
A i
101c513aeb Gracefully shutdown uvicorn.Server on task cancellation in run() 2025-05-28 21:50:42 +08:00
KyleF0X
438395c768 fix: Enable environment variable inheritance for Smithery cloud services authentication 2025-05-28 13:06:53 +10:00
Tim Jaeryang Baek
ee22e46abb
Merge pull request #146 from rkconsulting/issue#142-server-instructions
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
[add] support for mcp server instructions
2025-05-16 17:22:52 +04:00
rkirscht
db10c1c807 [add] support for mcp server instructions 2025-05-16 13:00:06 +02:00
Tim Jaeryang Baek
ccee740539
Merge pull request #136 from taylorwilsdon/issues/73
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Issues/73
2025-05-15 13:30:40 +04:00
Tim Jaeryang Baek
27af7a6f22
Merge pull request #135 from taylorwilsdon/issues/73
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
add sse_read_timeout=None back
2025-05-15 13:29:33 +04:00
Taylor Wilsdon
ee5c129de6 add sse_read_timeout=None back 2025-05-14 17:50:03 -04:00
Tim Jaeryang Baek
c34e4c55e5
Merge pull request #131 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
dev
2025-05-11 23:59:26 +04:00
Timothy Jaeryang Baek
ebcd3e1e7c fix
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-05-11 23:59:09 +04:00
Timothy Jaeryang Baek
157cab9025 Update pyproject.toml 2025-05-11 23:58:47 +04:00
Tim Jaeryang Baek
0fd1f187c1
Merge pull request #130 from open-webui/dev
0.0.14
2025-05-11 23:42:59 +04:00
Timothy Jaeryang Baek
8802b467ce refac 2025-05-11 23:41:00 +04:00
Tim Jaeryang Baek
1356fee991
Merge pull request #129 from taylorwilsdon/add_streamable_http
feat: Add Support for MCP Streamable HTTP Transport, general QoL improvements
2025-05-11 23:31:54 +04:00
Taylor Wilsdon
0cdb378d9a bump packages 2025-05-11 15:28:06 -04:00
Taylor Wilsdon
7534c34dad
Update pyproject.toml 2025-05-11 15:19:28 -04:00
Taylor Wilsdon
5abf0d3634 consolidate startup logging 2025-05-11 15:14:59 -04:00
Taylor Wilsdon
d23bfbf4fb fix duplicate key issue for ssl_keyfile 2025-05-11 15:04:48 -04:00
Taylor Wilsdon
70f4e64b28 update changelog + readme 2025-05-11 13:50:48 -04:00
Taylor Wilsdon
2be873eee1 clean up + trim trailing whitepsace 2025-05-11 13:48:29 -04:00
Taylor Wilsdon
cd6ea93224 Add streamable http support 2025-05-11 13:48:22 -04:00
Tim Jaeryang Baek
e37d0ebd27
Merge pull request #108 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
0.0.13
2025-04-30 22:53:11 -07:00
Timothy Jaeryang Baek
df48224ab6 chore: bump
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-05-01 09:52:59 +04:00
Timothy Jaeryang Baek
4c948e2b51 refac
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
2025-04-30 16:00:10 +04:00
Timothy Jaeryang Baek
fe95c6a6fa refac: substandard code
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
2025-04-30 13:55:20 +04:00
Tim Jaeryang Baek
1566a34c9c
Merge pull request #105 from JinY0ung-Shin/main
feat: support cusotm BaseModel "$def" and Output schema
2025-04-30 02:48:08 -07:00
JinY0ung-Shin
780dd93080
Merge branch 'dev' into main 2025-04-28 20:53:39 +09:00
Tim Jaeryang Baek
19f18b13c5
Merge pull request #96 from cutekibry/fix-union-type
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: support simple `AnyOf` and `Null`
2025-04-28 02:54:32 -07:00
JinY0ung-Shin
6f04974d5d
Merge branch 'dev' into main 2025-04-28 14:49:49 +09:00
JinY0ung-Shin
464d886673
Support Custom basemode and output schema 2025-04-28 14:29:17 +09:00
JinY0ung-Shin
e392df0763
Support Custom basemode and output schema 2025-04-28 14:28:49 +09:00
Tsukimaru Oshawott
603327c853 feat: support AnyOf and Null 2025-04-24 17:50:25 +08:00
Tim Jaeryang Baek
393f2e724b
Merge pull request #83 from alpha-pet/feat-extend-api-key-protection
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: implement option to make authentication required for everything
2025-04-19 11:38:40 -07:00
Thomas Rehn
9d3e34bfa9 feat: implement option to make authentication required to access documentation and spec 2025-04-19 17:19:32 +02:00
Tim Jaeryang Baek
46fc6f34d9
Merge pull request #82 from alpha-pet/feat-union-type
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: Support mixed types
2025-04-17 12:50:37 -07:00
Thomas Rehn
ec4524ee22 feat: Support mixed types 2025-04-17 16:15:10 +02:00
Tim Jaeryang Baek
4ad458f868
Merge pull request #75 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
0.0.12
2025-04-14 02:16:02 -07:00
Timothy Jaeryang Baek
64e41d1058 chore: bump
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-04-14 02:15:52 -07:00
Tim Jaeryang Baek
4d1ef552ba
Merge pull request #74 from lowlyocean/fix_sse_timeout
fix: SSE fails after default timeout of 5 minutes
2025-04-13 22:00:20 -07:00
Daniel Nowak
fb3290fce9 Disable sse_read_timeout to prevent errors after 5 min of inactivity 2025-04-14 00:43:23 -04:00