Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langchain-ai/langserve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0dev1
Choose a base ref
...
head repository: langchain-ai/langserve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0dev2
Choose a head ref
  • 8 commits
  • 14 files changed
  • 1 contributor

Commits on Sep 9, 2024

  1. resolve more warnings in unit tests (#752)

    Migrated using gritql 
    
    `AsyncClient(app=$y, $x)` => `AsyncClient($x, transport=
    httpx.ASGITransport(app=$y))`
    eyurtsev authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    21c2e3d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. first pass at removing deprecated usaged (#751)

    Reduces a significant number of run time warnings when running unit
    tests (down to ~350)
    eyurtsev authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    72c200f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54eee64 View commit details
    Browse the repository at this point in the history
  3. more run time warnings (#753)

    This PR resolves most of the remaining run time warnings
    eyurtsev authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    04236b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c85293 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. update serialization to work with older pydantic versions (#756)

    * Serialization to work with pydantic 2.7, 2.8
    * Add constraint on min pydantic version for langserve to be 2.7 for now
    eyurtsev authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ff94f96 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. serialization fix for defaults (#757)

    Fix serialization issue when there are defaults
    eyurtsev authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    36e9919 View commit details
    Browse the repository at this point in the history
  2. Release 0.30dev2 (#758)

    eyurtsev authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    59b3c81 View commit details
    Browse the repository at this point in the history
Loading