Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion application/single_app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
EXECUTOR_TYPE = 'thread'
EXECUTOR_MAX_WORKERS = 30
SESSION_TYPE = 'filesystem'
VERSION = "0.250.006"
VERSION = "0.250.007"

SESSION_COOKIE_SAMESITE = os.getenv('SESSION_COOKIE_SAMESITE', 'Lax')
SESSION_COOKIE_HTTPONLY = os.getenv('SESSION_COOKIE_HTTPONLY', 'true').lower() != 'false'
Expand Down
2 changes: 1 addition & 1 deletion application/single_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
python-dotenv==1.2.2
azure-ai-formrecognizer==3.3.3
azure-ai-projects==1.0.0
azure-ai-agents==1.2.0b6

Check warning on line 27 in application/single_app/requirements.txt

View workflow job for this annotation

GitHub Actions / malicious-pr-security-review

Important - Python requirement appears to use a pre-release version. Recommendation%3A Confirm the pre-release package was intentionally selected and reviewed.
pyjwt==2.13.0
markdown2==2.5.5
azure-mgmt-cognitiveservices==13.6.0
Expand All @@ -34,7 +34,7 @@
azure-storage-file-share==12.25.0
azure-storage-queue==12.12.0
azure-keyvault-secrets==4.10.0
pypdf==6.13.0
pypdf==6.13.3
python-docx==1.1.2
python-pptx==1.0.2
flask-executor==1.0.0
Expand Down
11 changes: 7 additions & 4 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.12)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.7)
connection_pool (2.5.4)
csv (3.3.5)
dnsruby (1.73.0)
Expand All @@ -40,13 +40,14 @@
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.2)
faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
faraday-net_http (3.4.4)
net-http (~> 0.5)
ffi (1.17.2-x64-mingw-ucrt)
ffi (1.17.2-x86_64-linux-gnu)

Check warning on line 50 in docs/Gemfile.lock

View workflow job for this annotation

GitHub Actions / malicious-pr-security-review

Important - Changed line contains dynamic execution, persistence, or system access marker. Recommendation%3A Do not execute changed lifecycle scripts or installers while this finding is unresolved.
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (232)
Expand Down Expand Up @@ -238,7 +239,9 @@
minitest (5.25.5)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.3-x64-mingw-ucrt)
nokogiri (1.19.4-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down
Loading