8000 Comparing ets-labs:master...alpha-layer:master · ets-labs/python-dependency-injector · GitHub
[go: up one dir, main page]

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: ets-labs/python-dependency-injector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alpha-layer/python-dependency-injector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 19 files changed
  • 4 contributors

Commits on May 17, 2024

  1. Fix Type Propogation (#1)

    * fix: type propogation through provided
    
    * chore: fix tests
    
    * fix: type provider
    
    * chore: remove __getattr__ from container
    
    ---------
    
    Co-authored-by: Philip Bjorge <github@philipbjorge.com>
    Co-authored-by: Philip Bjorge <philip@pachama.com>
    3 people authored May 17, 2024
    Configuration menu
    Copy the full SHA
    314645f View commit details
    Browse the repository at this point in the history
  2. Pydantic 2 support (#2)

    * ignore pyenv .python-version file
    
    * Support pydantic 2 settings
    
    In pydantic 2, the BaseSettings class was exported to a standalone package.
    
    This change preserves support pydantic 1 while adding support pydantic 2. All error related to loading pydantic settings reflect the structure of pydantic 2.
    
    * Fixed some usages in documentation and tests
    
    ---------
    
    Co-authored-by: Arian Amiri <ari.amiri11@gmail.com>
    Daveography and arianamiri authored May 17, 2024
    Configuration menu
    Copy the full SHA
    94a8d21 View commit details
    Browse the repository at this point in the history
Loading
0