Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase #1

Merged
merged 12 commits into from
Feb 19, 2024
Merged

rebase #1

merged 12 commits into from
Feb 19, 2024

Commits on Feb 12, 2024

  1. Bump the python-requirements group with 21 updates (#1267)

    * Bump the python-requirements group with 21 updates
    
    Bumps the python-requirements group with 21 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.29.7` | `1.30.0` |
    | [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b21` | `1.0.0b22` |
    | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` |
    | [cryptography](https://github.com/pyca/cryptography) | `42.0.1` | `42.0.2` |
    | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
    | [flask](https://github.com/pallets/flask) | `3.0.1` | `3.0.2` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.11.0` | `7.0.1` |
    | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.4` | `2.1.5` |
    | [multidict](https://github.com/aio-libs/multidict) | `6.0.4` | `6.0.5` |
    | [numpy](https://github.com/numpy/numpy) | `1.26.3` | `1.26.4` |
    | [openai[datalib]](https://github.com/openai/openai-python) | `1.10.0` | `1.12.0` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.6.0` | `2.6.1` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.1` | `2.16.2` |
    | [pytz](https://github.com/stub42/pytz) | `2023.4` | `2024.1` |
    | [tiktoken](https://github.com/openai/tiktoken) | `0.5.2` | `0.6.0` |
    | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.2` |
    | [types-pytz](https://github.com/python/typeshed) | `2023.4.0.20240130` | `2024.1.0.20240203` |
    | [tzdata](https://github.com/python/tzdata) | `2023.4` | `2024.1` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.27.0.post1` | `0.27.1` |
    | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.23.20` | `1.23.21` |
    
    
    Updates `azure-core` from 1.29.7 to 1.30.0
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-core_1.29.7...azure-core_1.30.0)
    
    Updates `azure-monitor-opentelemetry-exporter` from 1.0.0b21 to 1.0.0b22
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry-exporter_1.0.0b21...azure-monitor-opentelemetry-exporter_1.0.0b22)
    
    Updates `certifi` from 2023.11.17 to 2024.2.2
    - [Commits](certifi/python-certifi@2023.11.17...2024.02.02)
    
    Updates `cryptography` from 42.0.1 to 42.0.2
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.1...42.0.2)
    
    Updates `fixedint` from 0.1.6 to 0.2.0
    - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
    - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)
    
    Updates `flask` from 3.0.1 to 3.0.2
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@3.0.1...3.0.2)
    
    Updates `importlib-metadata` from 6.11.0 to 7.0.1
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v6.11.0...v7.0.1)
    
    Updates `markupsafe` from 2.1.4 to 2.1.5
    - [Release notes](https://github.com/pallets/markupsafe/releases)
    - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
    - [Commits](pallets/markupsafe@2.1.4...2.1.5)
    
    Updates `multidict` from 6.0.4 to 6.0.5
    - [Release notes](https://github.com/aio-libs/multidict/releases)
    - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
    - [Commits](aio-libs/multidict@v6.0.4...v6.0.5)
    
    Updates `numpy` from 1.26.3 to 1.26.4
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v1.26.3...v1.26.4)
    
    Updates `openai[datalib]` from 1.10.0 to 1.12.0
    - [Release notes](https://github.com/openai/openai-python/releases)
    - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-python@v1.10.0...v1.12.0)
    
    Updates `pydantic` from 2.6.0 to 2.6.1
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.6.0...v2.6.1)
    
    Updates `pydantic-core` from 2.16.1 to 2.16.2
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.16.1...v2.16.2)
    
    Updates `pytz` from 2023.4 to 2024.1
    - [Release notes](https://github.com/stub42/pytz/releases)
    - [Commits](stub42/pytz@release_2023.4...release_2024.1)
    
    Updates `tiktoken` from 0.5.2 to 0.6.0
    - [Release notes](https://github.com/openai/tiktoken/releases)
    - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
    - [Commits](openai/tiktoken@0.5.2...0.6.0)
    
    Updates `tqdm` from 4.66.1 to 4.66.2
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.66.1...v4.66.2)
    
    Updates `types-pytz` from 2023.4.0.20240130 to 2024.1.0.20240203
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `tzdata` from 2023.4 to 2024.1
    - [Release notes](https://github.com/python/tzdata/releases)
    - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
    - [Commits](python/tzdata@2023.4...2024.1)
    
    Updates `urllib3` from 2.1.0 to 2.2.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.1.0...2.2.0)
    
    Updates `uvicorn` from 0.27.0.post1 to 0.27.1
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.27.0.post1...0.27.1)
    
    Updates `pymupdf` from 1.23.20 to 1.23.21
    - [Release notes](https://github.com/pymupdf/pymupdf/releases)
    - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
    - [Commits](pymupdf/PyMuPDF@1.23.20...1.23.21)
    
    ---
    updated-dependencies:
    - dependency-name: azure-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: azure-monitor-opentelemetry-exporter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: fixedint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: flask
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: markupsafe
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: multidict
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: openai[datalib]
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pytz
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: tiktoken
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: types-pytz
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: tzdata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: urllib3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pymupdf
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix reqs
    
    * Change from
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <[email protected]>
    dependabot[bot] and pamelafox authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    29355ec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Fix ADLS Gen2 scripts and authentication checks (#1272)

    * feedback from github issue
    
    * fix authentication
    
    * remove print, add test
    
    ---------
    
    Co-authored-by: Matt Gotteiner <[email protected]>
    mattgotteiner authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    88056e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add workflow for azd deployment on GitHub Actions and ADO (#1083)

    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * rev
    
    * rev
    
    * rev
    
    * r
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * keep using interactive for CI
    
    * Configure Azure Developer Pipeline
    
    * update for daily azd
    
    * update versions
    
    * Update infra/main.parameters.json
    
    ---------
    
    Co-authored-by: Pamela Fox <[email protected]>
    vhvb1989 and pamelafox authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    688e1c4 View commit details
    Browse the repository at this point in the history
  2. New documentation on App Service debugging, and some docs organizatio…

    …nal changes (#1261)
    
    * Docs reorg and new doc
    
    * Index re-org
    
    * Add link to TOC
    
    * Update screenshots
    
    * Fix en-us references
    
    * Add CI
    
    * Update section on CICD
    
    * Fix some links
    
    * Adding learn.com link
    pamelafox authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1a7158d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f90c660 View commit details
    Browse the repository at this point in the history
  4. Support more doc formats with new documentintelligence SDK (#1224)

    * Support more doc formats with new documentintelligence SDK
    
    * Location picker for Document Intelligence
    
    * Move comment up
    
    * Add other data types
    
    * Add section on reusing Doc Intelligence
    
    * Rename to Doc Intel everywhere
    pamelafox authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2680bd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    8224a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef0a2c View commit details
    Browse the repository at this point in the history
  3. Adding support for custom Azure deployments (#1273)

    * Adding support for custom Azure deployments
    
    * Fixing formatting
    
    * Fixing using Pamela's suggestions
    
    * Fixing format
    
    * Better clarity
    
    ---------
    
    Co-authored-by: andredewes <[email protected]>
    Co-authored-by: Pamela Fox <[email protected]>
    3 people authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e8ce8b9 View commit details
    Browse the repository at this point in the history
  4. Add missing env vars needed for GPT4v deployment (#1276)

    * Add missing env vars needed for GPT4v deployment
    
    * Configure Azure Developer Pipeline
    pamelafox authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ee4425d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb95e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Get PDFs to jump to their pages again (#1283)

    * Clarify that gpt-4-v cant be used with integrated vectorization
    
    * Fix page jumping, React error, Python logging error
    
    * Another missing key
    pamelafox authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    33bc505 View commit details
    Browse the repository at this point in the history