Skip to content

Commit

Permalink
Relax OmegaConf pin (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Dec 21, 2022
1 parent 28cb802 commit b6e01f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.3.1 (2022-12-20)
==================

### Bug Fixes

- Relax OmegaConf pin allowing OmegaConf 2.3 to be installed ([#2510](https://github.com/facebookresearch/hydra/issues/2510))


1.3.0 (2022-12-08)
==================

Expand Down
2 changes: 1 addition & 1 deletion hydra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

# Source of truth for Hydra's version
__version__ = "1.3.0"
__version__ = "1.3.1"
from hydra import utils
from hydra.errors import MissingConfigException
from hydra.main import main
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omegaconf~=2.2
omegaconf>=2.2,<2.4
antlr4-python3-runtime==4.9.*
importlib-resources;python_version<'3.9'
packaging

0 comments on commit b6e01f5

Please sign in to comment.