Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
feat: support python 3.11 (#876)
Browse files Browse the repository at this point in the history
* feat: support python 3.11

* Poetry lock updated

---------

Co-authored-by: chamini2 <[email protected]>
  • Loading branch information
chamini2 and chamini2 authored Jun 27, 2023
1 parent 1607013 commit 529c931
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
27 changes: 18 additions & 9 deletions projects/fal/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions projects/fal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
# TODO: Python 3.11 after dill>0.3.6 version
python = ">=3.7.2, <3.11"
python = ">=3.7.2, <3.12"
dbt-core = ">=1.5,<=1.5.1"
pandas = "^1.3.4"
PyYAML = "^6.0"
Expand All @@ -34,7 +33,7 @@ deprecation = "^2.1.0"
# Environment management related dependencies
platformdirs = "^2.5.2"
virtualenv = "^20.16.2"
dill = "^0.3.5.1, <0.3.6"
dill = ">=0.3.6,<0.3.7"
importlib-metadata = ">=4.12.0"
packaging = ">20.9"

Expand Down

0 comments on commit 529c931

Please sign in to comment.