Skip to content

Commit 3f5fd20

Browse files
committed
Merge branch 'release/4.1.3'
2 parents 7698d1a + ce4a962 commit 3f5fd20

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uv pip install -r docs/requirements.txt
2626
- name: Create docs
2727
run: |
28-
uv run python -m sphinx -b html docs/ docs/_build
28+
uv run python -m sphinx -b html docs/ docs/_build/html
2929
cp docs/_config.yml docs/_build/html/_config.yml
3030
- name: Deploy Docs 🚀
3131
uses: JamesIves/github-pages-deploy-action@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.1.2](https://github.com/dermatologist/fhiry/tree/4.1.2) (2025-05-01)
4+
5+
[Full Changelog](https://github.com/dermatologist/fhiry/compare/4.1.1...4.1.2)
6+
37
## [4.1.1](https://github.com/dermatologist/fhiry/tree/4.1.1) (2025-05-01)
48

59
[Full Changelog](https://github.com/dermatologist/fhiry/compare/4.1.0...4.1.1)

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "FHIR to pandas.dataframe for AI and ML"
88
license = "MIT"
99
classifiers = [ "Intended Audience :: Science/Research", "Development Status :: 4 - Beta", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Information Analysis",]
1010
requires-python = ">=3.9, <3.12"
11-
dependencies = [ "importlib-metadata; python_version<\"3.8\"", "pandas", "google-cloud-bigquery", "tqdm", "timeago", "prodict", "numpy", "packaging>22.0", "responses",]
11+
dependencies = [ "importlib-metadata; python_version<\"3.8\"", "pandas", "google-cloud-bigquery", "tqdm", "timeago", "prodict", "numpy", "responses",]
1212
dynamic = [ "version",]
1313

1414

@@ -26,10 +26,11 @@ Homepage = "https://nuchange.ca"
2626
Source = "https://github.com/dermatologist/fhiry"
2727

2828
[project.optional-dependencies]
29-
llm = [ "llama-index", "langchain==0.0.350", "overrides",]
29+
llm = [ "llama-index", "langchain", "overrides",]
3030
testing = [ "setuptools", "pytest", "pytest-cov",]
3131
dev = [
32-
"setuptools",
32+
"setuptools>=77.0.0",
33+
"packaging>=24.2",
3334
"setuptools_scm",
3435
"pytest",
3536
"pytest-cov",

0 commit comments

Comments
 (0)