Skip to content

Commit d6cf2ac

Browse files
paullizervivche
andauthored
Feature/tabular sk large result pagination (#914)
* feat: improve tabular SK large result handling Adds paginated row-returning tabular tools, safe row payload trimming, return_columns projection, a larger computed-results handoff guardrail, and Python 3.13-safe Semantic Kernel parameter annotations. Inspired by and adapted from PRs #892 and #894 by @vivche. Co-authored-by: vivche <214204244+vivche@users.noreply.github.com> * docs: add tabular SK release notes Adds v0.242.068 release notes for tabular SK large-result handling and Python 3.13 Semantic Kernel parameter compatibility. Attributes the source ideas to PRs #892 and #894 by @vivche. Co-authored-by: vivche <214204244+vivche@users.noreply.github.com> * package update --------- Co-authored-by: vivche <214204244+vivche@users.noreply.github.com>
1 parent a7147be commit d6cf2ac

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

application/single_app/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ openai==1.109.1
1010
docx2txt==0.8
1111
olefile==0.47
1212
Markdown==3.8.1
13-
bleach==6.1.0
13+
bleach==6.4.0
1414
azure-cosmos==4.9.0
1515
msal==1.31.0
1616
Flask-Session==0.8.0
@@ -25,7 +25,7 @@ python-dotenv==1.2.2
2525
azure-ai-formrecognizer==3.3.3
2626
azure-ai-projects==1.0.0
2727
azure-ai-agents==1.2.0b6
28-
pyjwt==2.12.1
28+
pyjwt==2.13.0
2929
markdown2==2.5.5
3030
azure-mgmt-cognitiveservices==13.6.0
3131
azure-identity==1.23.0
@@ -34,7 +34,7 @@ azure-storage-blob==12.24.1
3434
azure-storage-file-share==12.25.0
3535
azure-storage-queue==12.12.0
3636
azure-keyvault-secrets==4.10.0
37-
pypdf==6.10.0
37+
pypdf==6.13.0
3838
python-docx==1.1.2
3939
python-pptx==1.0.2
4040
flask-executor==1.0.0
@@ -57,7 +57,7 @@ azure-monitor-opentelemetry==1.6.13
5757
psycopg2-binary==2.9.10
5858
cython==3.2.4
5959
pyyaml==6.0.2
60-
aiohttp==3.13.4
60+
aiohttp==3.14.1
6161
html2text==2025.4.15
6262
matplotlib==3.10.7
6363
azure-cognitiveservices-speech==1.48.2

docs/Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ GEM
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.14.1)
43+
faraday (2.14.2)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.1)
48-
net-http (>= 0.5.0)
47+
faraday-net_http (3.4.2)
48+
net-http (~> 0.5)
4949
ffi (1.17.2-x64-mingw-ucrt)
5050
forwardable-extended (2.6.0)
5151
gemoji (4.1.0)
@@ -236,8 +236,8 @@ GEM
236236
jekyll-feed (~> 0.9)
237237
jekyll-seo-tag (~> 2.1)
238238
minitest (5.25.5)
239-
net-http (0.6.0)
240-
uri
239+
net-http (0.9.1)
240+
uri (>= 0.11.1)
241241
nokogiri (1.19.3-x64-mingw-ucrt)
242242
racc (~> 1.4)
243243
octokit (4.25.1)
@@ -271,11 +271,12 @@ GEM
271271
tzinfo (2.0.6)
272272
concurrent-ruby (~> 1.0)
273273
unicode-display_width (1.8.0)
274-
uri (1.0.3)
274+
uri (1.1.1)
275275
webrick (1.9.1)
276276

277277
PLATFORMS
278278
x64-mingw-ucrt
279+
x86_64-linux
279280

280281
DEPENDENCIES
281282
addressable (>= 2.9.0)

0 commit comments

Comments
 (0)