Skip to content

Commit

Permalink
Merge pull request #8 from jordantshaw/develop
Browse files Browse the repository at this point in the history
v0.1.2 Release
  • Loading branch information
jordantshaw committed Jul 6, 2023
2 parents 274ac24 + 6250c94 commit 63c3a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- pydantic>=1.9.1
- python=3.10
- pydantic<2.0.0, >=1.10.0
- toml=0.10.2
- python-dotenv=0.21.0
- pyyaml=6.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pydantic-config"
description = "Support for Pydantic settings configuration file loading"
version = "0.1.1"
version = "0.1.2"
authors = [{name="Jordan Shaw"}]
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -19,7 +19,7 @@ classifiers = [
]

dependencies = [
'pydantic>=1.10.0',
'pydantic<2.0.0, >=1.10.0',
'pyyaml>=6.0',
'python-dotenv>=0.21.0',
'toml>=0.10.2'
Expand Down

0 comments on commit 63c3a34

Please sign in to comment.